CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: FTP underAS/400

  1. #1
    Guest

    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.


  2. #2
    Join Date
    Sep 1999
    Posts
    17

    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


  3. #3
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    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

    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured