Declined More status messages with COPY /U

Apr 2, 2011
1,628
15
55
North Carolina, USA
It would be nice if COPY /U had more status messages. Especially if there are a lot of files/folders being checked.

Please see the folloowng thread for more....

 
Not sure what you want here -- there's no more "status" to report. TCC is waiting to hear from the FTP site; I don't think it's particularly useful for TCC to say every few seconds "nothing happening....nothing happening...still nothing happening...". In this case TC is in the middle of a synchronous API call and waiting for Windows to return.
 
Non-FTP copies call the Windows CopyFileEx API, which notifies TCC periodically of the status of the copy (which is how /G works).

FTP copies call the IPWorks copy API, which occasionally does a callback to let TCC know how many bytes have been copied. (Again, how /G works for FTP.) But if the copy is slow (or paused at the server), or if you're not using /G, then TCC never gets any status updates.
 

Similar threads