Unzip the downloaded ZIP file into a directory on your PC.
On your AS/400, create a save file in a library: CRTSAVF FILE(QGPL/OVLSAMP)
In a DOS window open an FTP connection to your AS/400 and log on: a. ftp 999.999.999.999 (replace 9’s with your AS/400’s IP address) b. Enter a user ID and password when prompted.
Change to the directory to which you unzipped the files: lcd c:\download (where c is the hard drive and download is the directory)
Change to binary mode and upload the file to the AS/400: a. binary (Binary mode is required to upload the save file.) b. put OVLSAMP QGPL/OVLSAMP
End the ftp connection and session: quit
On the AS/400, restore the objects from the save file: RSTOBJ OBJ(*ALL) SAVLIB(OVERLAY) DEV(*SAVF) SAVF(QGPL/OVLSAMP) MBROPT(*ALL) ALWOBJDIF(*ALL) RSTLIB(your library)