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

martin

Re: remote file didn't get replace

If you login to GUI, do you actually see the local file having newer timestamp than the remote one?
AL

remote file didn't get replace

I have a automated synchronization set up via this script:

open CSVFTP
synchronize remote "C:\Sync" "/"
exit

This script was run with:
"C:\Program Files\WinSCP\WinSCP.exe" /script="C:\ftp_auto.txt"

However, if the remote file already got a file with the same name as the local, the file will not get ftp up even if the local one is newer. How can I upload and replace the files on the remote directory regardless?

Thanks.

AL