In order to install the webtemp2 file, you will have to use binary FTP. Below are the instructions. 1. Download the code from the web and unzip into a desired directory. 2. Create a save file on your AS/400 called WTSAVF. Use the command CRTSAVF FILE(YOURLIB/WTSAVF) where YOURLIB is the name of a specific libary on your AS/400. 3. Bring up a DOS prompt either by selecting DOS prompt by clicking Start - Programs - MS DOS in Windows/98 or by clicking Start - Run and typing CMD in the area provided and clicking OK. This can be done on all versions of Windows newer than W/98. 4. Change directories to the directory that contains the save file: CD Your_Directory 5. Start FTP by typing FTP your_server where your_server is the name or IP address of your AS/400 6. When prompted, key your user id and password 7. Change your current libary on the AS/400 to the library where you created the savf in step 2: CD Your_libary Where your_libary is the name of the libary in step 2. 8. type "binary" and press enter to put FTP in binary mode. 9. type the following command to transfer the binary file to the AS/400: put wtsavf.file wtsavf 10. Your savf created in step 2 should now contain the webtemp file. Use the following command on the AS/400 to restore the file from the savf to the library of your choice: RSTOBJ OBJ(WEBTEMP) SAVLIB(SQLBOOK) DEV(*SAVF) OBJTYPE(*FILE) SAVF(YOUR_LIB /WTSAVF) RSTLIB(YOUR_LIB) 11. You will then need to rename the WEBTEMP file to WEBTEMP2 12. To get out of FTP back on the DOS prompt, type "quit"