I have a downloading functionality module which can pause / resume current download.
Let's say, i pause the functionality, change the cache location where all downloads are supposed to be stored, transfer all contents to new location and resume download. Now, if i want to transfer such an incomplete file, the file.list() does not list such a file. But when i create a file object to such a file using absolute path. The object is initialized.
How can i transfer such an file?