I have received a save file from the customer and I have downloaded the save file on my PC and placed it on the desktop. Now I have to copy the save file from my PC to Iseries IFS. What are the possible ways that I can make use of to copy files from the PC to the IFS for example FTP, SSH, or any other file transfer utility? Provide step-by-step instructions to copy files from PC to IFS.
You can follow the below steps to copy a file from pc to your iSeries IFS.
put savefilename.savf /path/savefilename.savf
where the path can be let’s say
/home/developer
or/developer/RPG/savefiles
. it’s a user path where the file should be copied in ifs from pc and the filename is the name of the save file.