home *** CD-ROM | disk | FTP | other *** search
- #Script FTP to Email request
- #width 7
- #Menu File list:None\no,Request\yes
- #width 50,80
- #ArgMenu FTP Site:wuarchive.wustl.edu,info2.rus.uni-stuttgart.de,acorn.acorn.co.uk,nic.funet.fi
- #Arg Directory:/pub/aminet/mods/pro
- #Arg Files:
- #Arg
- #Arg
- #Arg
- #Arg
- #Arg
- #Arg
- #Arg
- #Arg
- #Arg
- #if "%1%"=""
- #error You must specify an FTP site to connect to!
- #endif
- #if "%2%"=""
- #error You must specify a directory to read from!
- #endif
- #Output inject
- To: ftpmail@decwrl.dec.com
- Subject: File Request
-
- #if "%replyto%"<>""
- reply %replyto%
- #endif
- connect %1%
- chdir %2%
- #if "%0%"="yes"
- dir
- #endif
- #if "%3%"<>""
- binary
- btoa
- chunksize 100000
- #repeat
- get %3%
- #shift 3
- #until "%3%"=""
- #endif
- quit
-