FTP Synchronization Skipping some .exe files

Discuss RoboTask here
Post Reply
chrisk1
Posts: 6
Joined: Thu Nov 06, 2014 5:16 pm

FTP Synchronization Skipping some .exe files

Post 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
Attachments
robo.jpg
robo.jpg (36.44 KiB) Viewed 30767 times
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: FTP Synchronization Skipping some .exe files

Post by Oleg »

Maybe you have some error or warning messages from the log of the task?
Oleg Yershov
chrisk1
Posts: 6
Joined: Thu Nov 06, 2014 5:16 pm

Re: FTP Synchronization Skipping some .exe files

Post 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
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: FTP Synchronization Skipping some .exe files

Post 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).
Oleg Yershov
chrisk1
Posts: 6
Joined: Thu Nov 06, 2014 5:16 pm

Re: FTP Synchronization Skipping some .exe files

Post by chrisk1 »

But I have .exe files on the local directory that are not in the remote directory. ...and nothing transfers to the remote.
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: FTP Synchronization Skipping some .exe files

Post by Oleg »

I tested FTP synchronization with similar parameters. It works correctly.
Oleg Yershov
chrisk1
Posts: 6
Joined: Thu Nov 06, 2014 5:16 pm

Re: FTP Synchronization Skipping some .exe files

Post by chrisk1 »

I can use the FTP upload command to move the file, but Sync doesn't recognize a few of my .exe files.
chrisk1
Posts: 6
Joined: Thu Nov 06, 2014 5:16 pm

Re: FTP Synchronization Skipping some .exe files

Post 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?
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: FTP Synchronization Skipping some .exe files

Post 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?
Oleg Yershov
Post Reply