===============
这是洋鬼子推荐的上传SAVF的方法
The file in the zip is an AS/400 save file. I like to do it like this:
-Unzip the file into a directory on the PC
-start a DOS prompt in that directory
-start a FTP session to your 400
-then log into the ftp server
-from the ftp> prompt
ftp>cd qgpl
ftp>bin
ftp>quote site namefmt 1
ftp> put savefilename.savf
ftp>quit
then from the 400 command line
rstobj *all qtemp *Savf
savf(qgpl/savefilename)
rstlib(your_favorite_library)