Scheduling a file transfer with small files scrambles fil

Report client bugs
Post Reply
tomace
Posts: 2
Joined: Fri Mar 12, 2010 5:38 pm

Scheduling a file transfer with small files scrambles fil

Post by tomace »

Hi,

I am trying to schedule a transfer for a small .csv file of about 9-20kb in size. When the sched task runs, the file transfers fine, but is scrambled on the other end of the transfer.

Can anyone help to fix this issue?

Thanks in advance!
Rick
tomace
Posts: 2
Joined: Fri Mar 12, 2010 5:38 pm

Post by tomace »

Thanks again

Connect socket #320 to xxxx, port 21...220 xxxxx X2 WS_FTP Server 5.0.4 (684220355)

AUTH SSL

234 SSL enabled and waiting for negotiation

TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES128-SHA) - 128 bitUSER xxxx

331 Password required

PASS xxxxx

230 user logged in

SYST

215 UNIX

CWD /xxxxx/

250 CWD successful

PBSZ 0

200 PBSZ=0

PROT P

200 PRIVATE data channel protection level set

PASV

227 Entering Passive Mode (xxxxxxx).

LIST

Connect socket #364 to xx.xx.xxx.xx, port 22008...TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES128-SHA) - 128 bit150 Opening ASCII data connection for directory listing

226 transfer complete

TYPE A

200 Type set to ASCII.

PASV

227 Entering Passive Mode (xxxxxx).

STOR xxxxx.csv

Connect socket #364 to xx.xx.xx.xxxx, port 22009...150 Opening ASCII data connection for Filename.csv

TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES128-SHA) - 128 bitFilename.csv - 8237 bytes transferred

226 transfer complete

MDTM 20090901234900 Filename.csv

200 action completed

Transfer time: 00:00:04
Post Reply