home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / internet / getclient_13 / getclient13.readme < prev    next >
Encoding:
Text File  |  1999-05-28  |  2.2 KB  |  79 lines

  1. Short:    FTP Get client (FTP files from a shell prompt or script)
  2. Author:   rakey@cnetbbs.net  (Ray Akey)
  3. Uploader: rakey@cnetbbs.net  (Ray Akey)
  4. Type:     comm/tcp
  5. Replaces: GetClient12.lha
  6.  
  7. This is a freebie from Ray A. Akey (AKA developer for ZenMetal Software).
  8.  
  9. It is a simple AmigaDOS shell executable that is used to FTP a file
  10. from a remote FTP site.
  11.  
  12. Program argument template:
  13.  
  14.    U=USER/K,P=PASS/K,V=DOPASV/S,Q=QUIET/S,L=LOCALDIR/K,HOSTFILE/K/A/F
  15.  
  16.    U=USER    : the username to use when logging in (default: anonymous).
  17.    P=PASS    : the password to use when logging in (default: getclient@www.cnetbbs.net).
  18.    V=DOPASV  : do PASV transfer (useful for FTPing from behind firewalls)
  19.    Q=QUIET   : suppress shell output.
  20.    L=LOCALDIR: make the given local machine directory current.
  21.    HOSTFILE  : the site, port and file to get. (port default = 21)
  22.  
  23.    NOTE: As an alternate, the U and P arguments can be specified in the
  24.          HOSTFILE argument in usual URL form. ftp:// is optional.
  25.  
  26. Examples:
  27.  
  28.    1) GetClient us.aminet.net/pub/aminet/comm/www/GetClient11.lha
  29.    2) GetClient somesite:someport/somefile.lha
  30.    3) GetClient username:password@somesite/pub/get_this_file.lha
  31.    4) GetClient ftp://username:password@somesite/pub/get_this_file.lha
  32.    5) GetClient ftp://anonymous:username@@ftp.cnetbbs.net/FreeWare/GetClient11.lha
  33.    6) GetClient l=ram: u=anonymous p=username@ ftp.cnetbbs.net/FreeWare/GetClient11.lha
  34.    7) GetClient us.aminet.net/pub/aminet/comm/www/GetClient12.*
  35.  
  36. Shell/script Error Codes:
  37.  
  38.    30 = no socket lib
  39.    29 = no filename given
  40.    28 = bad password
  41.    27 = bad username
  42.    26 = not welcome/service unavailable
  43.    25 = txfer failed/file not exists
  44.    24 = remote directory does not exist
  45.    21 = connection refused
  46.    0    = success
  47.  
  48.  
  49. INTERNET EMAIL:
  50.  
  51.    rakey@cnetbbs.net    (Ray A. Akey)
  52.  
  53. FIDONET/C-LINK NETMAIL:
  54.  
  55.     Heavy Metal@1:246/74          (Fidonet)
  56.     Heavy Metal@911:9000/0        (C-Link)
  57.  
  58. WWW:
  59.  
  60.    http://www.cnetbbs.net/FreeWare/
  61.  
  62. POSTAL (SNAIL MAIL) ADDRESSES:
  63.  
  64.    Ray A. Akey
  65.    411 Bridge Ave.
  66.    Windsor, ON
  67.    Canada  N9B 2M3
  68.  
  69. BULLETIN BOARD SUPPORT SYSTEM:
  70.  
  71.    (519)256-0278 - The Metal Shoppe BBS (Development/Sales/Support/Licensing)
  72.  
  73. INTERNET RELAY CHAT CHANNEL
  74.  
  75.    server : irc.cnetbbs.net
  76.    port   : 6667
  77.    channel: #cnet
  78.  
  79.