|
-
January 20th, 2000, 11:15 AM
#1
FTP underAS/400
I have problems with sending files to as400 server with ftp in visual basic program.
Can anyone help me or give information about ftp on an AS400 server.
Thanks.
-
January 21st, 2000, 03:54 AM
#2
Re: FTP underAS/400
We've tested ftp on an as400 server, it worked fine.
Sample ftp rpg - sources for the as400 you can find in the red books.
Try www.redbooks.ibm.com
-
January 31st, 2000, 01:42 PM
#3
Re: FTP underAS/400
One thing you must considder before writing program for transferring files from as/400 to PC and the other way around is that PC uses ASCII and AS/400 uses EBCDIC. So any data returned from the AS/400 must be coded from EBCDIC to ASCII, and any data sent to AS/400 must be coded from ASCII to EBCDIC
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|