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

FTP API code




Hi Joel,
I have only used Scott Klements API.  My comment relates only to his work. please see. http://www.scottklement.com/ftpapi/
My only work on this is to get the API to work in a Japanese environment. Please check the ftpapi archives. http://www.scottklement.com/archives/ftpapi/
Not sure if this is what you asked for but its all I got.
Regards
Frank




"Geach, Joel" <Joel.Geach@xxxxxxxxxxxx>
Sent by: owner-ftpapi@xxxxxxxxxxxxx

28/10/2005 01:04 AM
Please respond to ftpapi

       
        To:        ftpapi@xxxxxxxxxxxxx
        cc:        
        Subject:        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