Downloading an iSeries Source Member via FTP
To download an iSeries source member via FTP:
- Start the FTP file transfer:
- Go to the DOS prompt.
- Type FTP.
- Press Enter.
- Open an iSeries FTP connection:
- At the FTP> prompt, type open 25.25.25.25, where 25.25.25.25 is your IP address.
- Press Enter.
- When you get the iSeries log-in prompts, type your iSeries user ID and password to log in to the iSeries FTP server.
- Type the following command to download the PC source member, where qclsrc is your source file name, qgpl is the library, and testmbr is the member name:
recv qgpl/qclsrc.testmbr c:\testmbr.clp
Uploading an AS/400 Source Member via FTP
To upload an iSeries source member via FTP:
- Create the AS/400 source file, where QCLSRC is your source file name and QGPL is the library:
CRTSRCPF FILE(QGPL/QCLSRC) RCDLEN(132)
- Start the FTP file transfer:
- Go to the DOS prompt.
- Type FTP.
- Press Enter.
- Open an iSeries FTP connection:
- At the FTP> prompt, type open 25.25.25.25, where 25.25.25.25 is your IP address.
- Press Enter.
- When you get the iSeries log-in prompts, type your iSeries user ID and password to log in to the iSeries FTP server.
- Type the following command to upload the PC source member, where c:\testmbr.clp is the PC file to upload, qclsrc is your source file name, qgpl is the library, and testmbr is the member name:
send c:\testmbr.clp qgpl/qclsrc.testmbr
- View the uploaded source member:
- Type STRPDM.
- Press Enter.
- From the iSeries Programming Development Manager (PDM) menu, type 3 to view the members contained in the source file.
- In Specify Members to Work With, type the source file name in File and the library in Library.
Last Modified On:
No, open a new Support Case