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?
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?