# # simple_download.ftp # Download a set of files to the FTP server # OPENHOST("ftp.myhost.com","myuser","123456") # download the files GETFILE("sales.xls") GETFILE("backup.zip") GETFILE("notes.txt") GETFILE("*.jpg") CLOSEHOST()