class KIO.FileCopyJob |
|
|
The FileCopyJob copies data from one place to another. See also KIO.file_copy() See also KIO.file_move() |
|
|
|
Returns the destination URL. Returns the destination URL |
|
|
|
Mimetype determined during a file copy. This is never emitted during a move, and might not be emitted during a file copy, depending on the slave. But when a get and a put are being used (which is the common case), this signal forwards the mimetype information from the get job.
job - the job that emitted this signal type - the mime type |
|
Sets the modification time of the file Note that this is ignored if a direct copy (SlaveBase.copy) can be done, in which case the mtime of the source is applied to the destination (if the protocol supports the concept). |
|
If you know the size of the source file, call this method to inform this job. It will be displayed in the "resume" dialog. size - the size of the source file |
|
Called whenever a subjob finishes. job - the job that emitted this signal |
|
Returns the source URL. Returns the source URL |