[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CCSID problem



Frank,

Long time pgmr but the first time for my company and myself to transfer data files from the as/400 to a pc server directory….

Do you have any tips and/or source code you could share that go with the api below?

Really appreciate your time and effort.

Thanks,

Joel

 

 


From: Frank.Kolmann@xxxxxxxxxx [mailto:Frank.Kolmann@xxxxxxxxxx]
Sent: Wednesday, October 26, 2005 8:50 PM
To: ftpapi@xxxxxxxxxxxxx
Subject: RE: CCSID problem

 


Bruce

This is just a guess but did you try a Binary transfer as Scott suggested.

If you're creating the file in ASCII, then there's no need for FTP to
translate it.  Instead, just FTP it in binary mode:

     callp FTP_binaryMode(sess: *ON);



Frank Kolmann