Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: Running sync shows updated file in WinSCP but FTP still has old file

What do you mean by "logging into my FTP"?
cgrouge

Running sync shows updated file in WinSCP but FTP still has old file

I'm running a .bat file to open a script.txt file that syncs my local drive to an FTP. This is the script:

open //my FTP login information goes here//
synchronize remote "c:\users\cgrouge\drive\myCSVFile2" "/upload"
exit

When I open the location in WinSCP I see the file and the file is up to date. But after logging into my FTP I still have the older file. Why is the FTP not being updated?