home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / HF-OM2.DMS / in.adf / SupportA.lha / System / ftp.config
Encoding:
Text File  |  1996-08-17  |  2.2 KB  |  77 lines

  1. #
  2. # Directory Opus 5 FTP client configuration file
  3. #
  4. #
  5. # A hash character '#' at the beginning of a line marks a comment.
  6. # Comments and blank lines are ignored.
  7. # General format is 'option=setting' although the '=' is optional
  8. # Quotes can be used to delimit arguments containing spaces
  9. #
  10. # Log/K
  11. #   Specifies a filename or shell definition for ftp commands, responses
  12. #   and any debugging information.
  13. #
  14. # Debug/K/N
  15. #   Specifies the amount of debugging information, 0 means none.
  16. #
  17. # Timeout/K/N
  18. #   Specifies the number of seconds to wait for a reply from the remote
  19. #   FTP server.  Note that when connecting to a server there is another
  20. #   timeout value used which is internal to AmiTCP and cannot be set.
  21. #
  22.  
  23. # General configuration
  24.  
  25. Log="CON:/300/500/150/FTP Log/Auto/Close/Screen DOPUS.1" LOGOFF
  26.  
  27. Debug=1
  28.  
  29. Timeout=120
  30.  
  31. #
  32. # Account configuration:
  33. #   'type'  'host'  'details'
  34. #   where 'type' is 'account' or 'anonymous' ('anon' is acceptable)
  35. #
  36. # Host format:
  37. #   'host'='hostname'='address'
  38. #   where 'hostname' is the full name of the machine to connect to
  39. #         'address'  is the full internet address of the machine
  40. #         Either one of these may be left out.  If both are present
  41. #         the name must come before the address.  Connection will
  42. #         be faster by address than by name.
  43. #
  44. # For FTP accounts, a 'user' and optional 'password' entry are needed
  45. #
  46. #   'user'     is your user name on the host machine
  47. #   'password' is your password on the host machine ('pass' is acceptable)
  48. #   If 'password' is omitted, a requester will appear when you log in
  49. #
  50.  
  51. # this should be
  52. #
  53. #ACCOUNT=name HOST=name or address USER=usename PASS=password CD=desired dir
  54. #ANON=name HOST=name or address CD=desired dir
  55. #
  56. #
  57. #
  58.  
  59. # FTP accounts
  60.  
  61. acct    host=localhost    addr=127.0.0.1    
  62.  
  63. # Anonymous FTP sites
  64. anon    host=----ANON_below----
  65. anon    alias=AminetEUR host=ftp.uni-stuttgart.de
  66. anon    alias=AminetAUS host=203.16.26.3    dir="/pub/aminet"
  67. anon    host=archie.au             dir="/pub/aminet"
  68. anon    host=ftp.demon.co.uk        dir="/pub/amiga"
  69. anon    host=ftp.cdrom.com
  70. anon    host=ftp.apple.com
  71. anon    host=ftp.uni-stuttgart.de
  72. anon    host=ftp.microsoft.com
  73. anon    host=wuarchive.wustl.edu
  74. anon    host=max.physics.sunysb.edu
  75. anon    host=ftp.omnipresence.com dir=/pub/amiga/mosaic
  76.  
  77.