Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

If_Tea_Pee

Auto skip uploading files that already exist on server

Hello, I have a download manager that supports running a command line after a download finishes.

Basically i want those downloaded files to be uploaded to a server, skipping files that are already exist.

This is the code I'm currently using:

"C:\Program Files (x86)\WinSCP\winscp.com" /command "open ftp://username:pass@mysite.com/" "put C:\downloads\*.* /files/"