Page 1 of 1

FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 5:27 pm
by chrisk1
I have a simple script that does FTP Synchronization between one local server and a remote FTP site.

All non .exe files sync perfectly, but some random .exe files will not sync to the remote side.
The one .exe file that will not sync is only 21mb.

Local => Remote
Exact Copy is on.
The include mask is the default: *.*
The exclude mask is: *.db

Running Version 6.2.0.859

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 6:03 pm
by Oleg
Maybe you have some error or warning messages from the log of the task?

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 6:34 pm
by chrisk1
No errors, just no transfer.


I: 11/6/2014 11:31:02 AM: ****** Starting task: Test ******************
I: 11/6/2014 11:31:02 AM: Executing "1.FTP Log On"
I: 11/6/2014 11:31:02 AM: Executing "2.FTP Synchronization (Z-Drive)"
I: 11/6/2014 11:31:03 AM: 0 files has been uploaded, 0 files has been deleted.
I: 11/6/2014 11:31:03 AM: Executing "3.FTP Log Off"
I: 11/6/2014 11:31:03 AM: Task executed successfully

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 8:13 pm
by Oleg
It seems your FTP server contains newer files than on you local folder. In this case the action don't upload files.

Actions of synchronization copy only newer or not existing files (doesn't exist in destination folder).

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 8:38 pm
by chrisk1
But I have .exe files on the local directory that are not in the remote directory. ...and nothing transfers to the remote.

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 9:09 pm
by Oleg
I tested FTP synchronization with similar parameters. It works correctly.

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 9:27 pm
by chrisk1
I can use the FTP upload command to move the file, but Sync doesn't recognize a few of my .exe files.

Re: FTP Synchronization Skipping some .exe files

Posted: Thu Nov 06, 2014 9:40 pm
by chrisk1
Is there anyway to see the files being transferred in real time or have the files that got transferred appear in the log?

Re: FTP Synchronization Skipping some .exe files

Posted: Fri Nov 07, 2014 10:17 am
by Oleg
I recommend you to use SSF FTP actions. They support plain FTP too, just specify "None" as TLS option (in SSL FTP Log On).
SSL FTP Synchronization can output the activity into the log.

We FTP actions for compliance with old tasks, because SSL FTP actions have different engine and a little bit another parameters.

Could you send the exact names of missed EXE files?