home *** CD-ROM | disk | FTP | other *** search
- Short: FTP Get client (FTP files from a shell prompt or script)
- Author: rakey@cnetbbs.net (Ray Akey)
- Uploader: rakey@cnetbbs.net (Ray Akey)
- Type: comm/tcp
- Replaces: GetClient12.lha
-
- This is a freebie from Ray A. Akey (AKA developer for ZenMetal Software).
-
- It is a simple AmigaDOS shell executable that is used to FTP a file
- from a remote FTP site.
-
- Program argument template:
-
- U=USER/K,P=PASS/K,V=DOPASV/S,Q=QUIET/S,L=LOCALDIR/K,HOSTFILE/K/A/F
-
- U=USER : the username to use when logging in (default: anonymous).
- P=PASS : the password to use when logging in (default: getclient@www.cnetbbs.net).
- V=DOPASV : do PASV transfer (useful for FTPing from behind firewalls)
- Q=QUIET : suppress shell output.
- L=LOCALDIR: make the given local machine directory current.
- HOSTFILE : the site, port and file to get. (port default = 21)
-
- NOTE: As an alternate, the U and P arguments can be specified in the
- HOSTFILE argument in usual URL form. ftp:// is optional.
-
- Examples:
-
- 1) GetClient us.aminet.net/pub/aminet/comm/www/GetClient11.lha
- 2) GetClient somesite:someport/somefile.lha
- 3) GetClient username:password@somesite/pub/get_this_file.lha
- 4) GetClient ftp://username:password@somesite/pub/get_this_file.lha
- 5) GetClient ftp://anonymous:username@@ftp.cnetbbs.net/FreeWare/GetClient11.lha
- 6) GetClient l=ram: u=anonymous p=username@ ftp.cnetbbs.net/FreeWare/GetClient11.lha
- 7) GetClient us.aminet.net/pub/aminet/comm/www/GetClient12.*
-
- Shell/script Error Codes:
-
- 30 = no socket lib
- 29 = no filename given
- 28 = bad password
- 27 = bad username
- 26 = not welcome/service unavailable
- 25 = txfer failed/file not exists
- 24 = remote directory does not exist
- 21 = connection refused
- 0 = success
-
-
- INTERNET EMAIL:
-
- rakey@cnetbbs.net (Ray A. Akey)
-
- FIDONET/C-LINK NETMAIL:
-
- Heavy Metal@1:246/74 (Fidonet)
- Heavy Metal@911:9000/0 (C-Link)
-
- WWW:
-
- http://www.cnetbbs.net/FreeWare/
-
- POSTAL (SNAIL MAIL) ADDRESSES:
-
- Ray A. Akey
- 411 Bridge Ave.
- Windsor, ON
- Canada N9B 2M3
-
- BULLETIN BOARD SUPPORT SYSTEM:
-
- (519)256-0278 - The Metal Shoppe BBS (Development/Sales/Support/Licensing)
-
- INTERNET RELAY CHAT CHANNEL
-
- server : irc.cnetbbs.net
- port : 6667
- channel: #cnet
-
-