To continue reading for free, register below or login
To read more you must become a member of Search400.com
');
// -->

There better methods to transfer binary files (i.e pdf) to the IFS.
Netserver: Netserver allow you to map iSeries IFS directory to the PC, than just use copy command on your PC to move data from the PC to the AS/400 directory.
Use FTP to transfer the data. The FTP scricpt should look like this
- CD/IFS Directory
- LCD localDirOnPC
- Bin
- Put myfile.pdf
You can search for Netserver and FTP examples on Search400.com or see the answers below:
How to FTP a file to AS/400
An FTP script to get a file from a PC to AS/400
Getting iSeries data to a Windows network
|