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
FTP Synchronization Skipping some .exe files
FTP Synchronization Skipping some .exe files
- Attachments
-
- robo.jpg (36.44 KiB) Viewed 30768 times
Re: FTP Synchronization Skipping some .exe files
Maybe you have some error or warning messages from the log of the task?
Oleg Yershov
Re: FTP Synchronization Skipping some .exe files
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
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
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).
Actions of synchronization copy only newer or not existing files (doesn't exist in destination folder).
Oleg Yershov
Re: FTP Synchronization Skipping some .exe files
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
I tested FTP synchronization with similar parameters. It works correctly.
Oleg Yershov
Re: FTP Synchronization Skipping some .exe files
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
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
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?
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?
Oleg Yershov