Odd text file transfer result
Hi all, I'm using an automated script to sync several directories from remote sites back to my SFTP server. Today I was opening a few of the text files, and while almost all of them were fine, one specific set of files that are generated out of an electronic data capture too (the process auto-generates the files on the fly) come over total screwed. For example:
here's a few lines of a file on the remote machine before it is moved:
And here's what they look like once I get them after they've been transfered:
Every other line seems to be trashed.
In my current script I'm not doing anything to change any default settings for the transfer so I assumed they'd be set to auto for transfer type. But All the other text files come over just fine. Even ones created on the fly just before the transfer.
All my script does is this:
Any thoughts?
here's a few lines of a file on the remote machine before it is moved:
*** Header Start *** VersionPersist: 1 LevelName: Session LevelName: Block LevelName: Trial
*** Header Start *** 嘀攀爀猀椀漀渀倀攀爀猀椀猀琀㨀 ഀഀ LevelName: Session 䰀攀瘀攀氀一愀洀攀㨀 䈀氀漀挀欀ഀഀ LevelName: Trial
In my current script I'm not doing anything to change any default settings for the transfer so I assumed they'd be set to auto for transfer type. But All the other text files come over just fine. Even ones created on the fly just before the transfer.
All my script does is this:
open mysavedsession option batch on option confirm off ls synchronize remote "c:\life Upload" \Computer1\Upload synchronize remote "c:\life Eprime" \Computer1\ePrime synchronize remote "c:\life MAT-SF" \Computer1\MAT-SF synchronize remote "c:\life AccelerometryData" \Computer1\AccelerometryData close exit