Synchronize local with remote using the batch file
Hi,
I have files in the ftp session and they get updated/changed from time to time using a 3rd party system.
I want to sync the local foler with the FTP path
I am using the following command
synchronize local "E:\xxx\yyyy\zzzz\" "/yyyy/zzzz/"
This is bringing down the files BUT if a files is delete from the FTP it is not deleting in the local
Bacially it is not Updating the local
How can I achieve that
I have files in the ftp session and they get updated/changed from time to time using a 3rd party system.
I want to sync the local foler with the FTP path
I am using the following command
synchronize local "E:\xxx\yyyy\zzzz\" "/yyyy/zzzz/"
This is bringing down the files BUT if a files is delete from the FTP it is not deleting in the local
Bacially it is not Updating the local
How can I achieve that