Figure 2: FTP script to transfer a Save file from one iSeries
to another
`ftp> bin
(Set Transfer Type to TYPE I (Binary))
ftp> NA 0
(Switch Name Format to 0)
ftp> quote rcmd crtsavf myrmtlib/mysavf
(Create Save File on the remote iSeries)
ftp> put mylib/mysavf myrmtlib/mysavf
(Send the save file)
ftp > quit
(End FTP Session)