Local Syncronisation - Nothing to Synchronise
I have written a script to synchronise a local directory with a remote FTP directory.
The script runs fine but even though there are files in the remote directory the log shows the message. Any ideas?
Script example:-
synchronize local "C:\Directory 1\Directory 2\" "/RemoteDirectory/Sub Directory/"
Log:-
> 2015-10-08 13:22:33.157 Script: synchronize local "C:\Directory 1\Directory 2\" "/RemoteDirectory/Sub Directory/"
< 2015-10-08 13:22:33.173 Script: Comparing...
. 2015-10-08 13:22:33.173 Collecting synchronization list for local directory 'C:\Directory 1\Directory 2\' and remote directory '/RemoteDirectory/Sub Directory /', mode = 1, params = 2
< 2015-10-08 13:22:33.173 Script: Nothing to synchronize.
> 2015-10-08 13:22:33.173 Script: exit
. 2015-10-08 13:22:33.173 Disconnected from server
Thanks
The script runs fine but even though there are files in the remote directory the log shows the message. Any ideas?
Script example:-
synchronize local "C:\Directory 1\Directory 2\" "/RemoteDirectory/Sub Directory/"
Log:-
> 2015-10-08 13:22:33.157 Script: synchronize local "C:\Directory 1\Directory 2\" "/RemoteDirectory/Sub Directory/"
< 2015-10-08 13:22:33.173 Script: Comparing...
. 2015-10-08 13:22:33.173 Collecting synchronization list for local directory 'C:\Directory 1\Directory 2\' and remote directory '/RemoteDirectory/Sub Directory /', mode = 1, params = 2
< 2015-10-08 13:22:33.173 Script: Nothing to synchronize.
> 2015-10-08 13:22:33.173 Script: exit
. 2015-10-08 13:22:33.173 Disconnected from server
Thanks