Synchronize and then make a copy of files synchronized
Hi,
I have a script that connect to a ftp server and then synchronize the local folder with the remote folder, that works fine, then i need to that files synchronized(only new files) copy to another folder on the remote(ftp server)
This is the script to synchronize, small but efficient.
I have try move, but that move all the files not only the synchronized.
How can i do that? it there is a way.
Thanks
I have a script that connect to a ftp server and then synchronize the local folder with the remote folder, that works fine, then i need to that files synchronized(only new files) copy to another folder on the remote(ftp server)
This is the script to synchronize, small but efficient.
open ftps://user:password@xx.xx.xx.xx:port/ -certificate="00:00:11:22:33:11:22:33:44:55:55:00:00:00:00:00:00:00:00:00" synchronize remote c:\folder /folder
How can i do that? it there is a way.
Thanks