Name
ftp.rexx -- download a file from a ftp site
Template
FTPPATH/K,LOCALDIR/K,QUIET/S
Function
This ARexx script is used to download a file from a ftp site. It usesthe FtpMount
package. FTPPATH specifies the file to download, LOCALDIR is the place where to
store the downloaded file. QUIET disables all information output generated by the
script.
Requirements
TCP/IP stack, FtpMount