home *** CD-ROM | disk | FTP | other *** search
- Short: FTP LS client (list site files from shell prompt or script)
- Author: rakey@cnetbbs.net (Ray Akey)
- Uploader: rakey@cnetbbs.net (Ray Akey)
- Type: comm/tcp
-
- This is a freebie from Ray A. Akey (AKA developer for ZenMetal Software).
-
- It is a simple AmigaDOS shell executable that is used to list files
- on a remote FTP site.
-
- Program argument template:
-
- U=USER/K,P=PASS/K,V=DOPASV/S,Q=QUIET/S,HOSTDIR/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.
- HOSTDIR : the site, port and dir to list. (port default = 21)
-
- NOTE: As an alternate, the U and P arguments can be specified in the
- HOSTDIR argument in usual URL form. ftp:// is optional.
-
- Examples:
-
- 1) LSClient us.aminet.net/pub/aminet
- 2) LSClient somesite:someport/somedir
- 3) LSClient username:password@somesite/pub/list_this_dir
- 4) LSClient ftp://username:password@somesite/pub/list_this_dir
- 5) LSClient ftp://anonymous:username@@ftp.cnetbbs.net/FreeWare
- 6) LSClient u=anonymous p=username@ ftp.cnetbbs.net/FreeWare
-
- Shell/script Error Codes:
-
- 30 = no socket lib
- 29 = no filename given
- 28 = bad password
- 27 = bad username
- 26 = not welcome/service unavailable
- 25 = dir does not exist
- 24 = bad args
- 23 = list transfer failed
- 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
-
-