• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ftp equivalent to xcopy "/D"

mj-barton

Limp Gawd
Joined
Aug 28, 2003
Messages
158
[H]F,

I'm on a windows machine. XCopy has the /D option which will only copy files with a newer timestamp. I am using NcFTP at the moment but I'm not tied to it.

Is there an equivalent flag/switch to ftp transfer files with the new timestamp?
 
Last edited:
Thank you for the reply. I have tried the FileZilla client. Sadly, I did not find an option for managing new timestamps. For reasons, not worth diving into, I need to be able to program it into a batch file. It needs to run entirely in the command line. (That includes configuration.)

Any other ideas?
 
Any chance of using a Linux box at both ends? Just a cheap PC or something. Rsync would make this a brease, and the connection would be encrypted.

Share out the drive in windows, have the Linux box mount it and rsync to the remote Linux storage server.
 
Any chance of using a Linux box at both ends? Just a cheap PC or something. Rsync would make this a brease, and the connection would be encrypted.

Share out the drive in windows, have the Linux box mount it and rsync to the remote Linux storage server.

Believe me, I would love to linux and Rsync. This would be a done. However, IT is infatuated with Windows. So I am afraid not.
 
Back
Top