Synchronzie local. Need to delete the remote files.
Hi,
I am try to synchronize with the local option. This works really nice. Alle files including subdirectories are downloaded to my local directory.
But now I need to delete the remote files which are downloaded. But the need to stay in my local directory.
I do not get to figure this out how to do this. See the script below to see how it is working now without deleting remote files.
Thanks
Andre
///Script
open ftp://user:password@ftp.site.com
option confirm off
synchronize -preservetime local d:\mcc\archive /TestSync
close
exit
I am try to synchronize with the local option. This works really nice. Alle files including subdirectories are downloaded to my local directory.
But now I need to delete the remote files which are downloaded. But the need to stay in my local directory.
I do not get to figure this out how to do this. See the script below to see how it is working now without deleting remote files.
Thanks
Andre
///Script
open ftp://user:password@ftp.site.com
option confirm off
synchronize -preservetime local d:\mcc\archive /TestSync
close
exit