home *** CD-ROM | disk | FTP | other *** search
- #
- # Directory Opus 5 FTP client configuration file
- #
- #
- # A hash character '#' at the beginning of a line marks a comment.
- # Comments and blank lines are ignored.
- # General format is 'option=setting' although the '=' is optional
- # Quotes can be used to delimit arguments containing spaces
- #
- # Log/K
- # Specifies a filename or shell definition for ftp commands, responses
- # and any debugging information.
- #
- # Debug/K/N
- # Specifies the amount of debugging information, 0 means none.
- #
- # Timeout/K/N
- # Specifies the number of seconds to wait for a reply from the remote
- # FTP server. Note that when connecting to a server there is another
- # timeout value used which is internal to AmiTCP and cannot be set.
- #
-
- # General configuration
-
- Log="CON:/300/500/150/FTP Log/Auto/Close/Screen DOPUS.1" LOGOFF
-
- Debug=1
-
- Timeout=120
-
- #
- # Account configuration:
- # 'type' 'host' 'details'
- # where 'type' is 'account' or 'anonymous' ('anon' is acceptable)
- #
- # Host format:
- # 'host'='hostname'='address'
- # where 'hostname' is the full name of the machine to connect to
- # 'address' is the full internet address of the machine
- # Either one of these may be left out. If both are present
- # the name must come before the address. Connection will
- # be faster by address than by name.
- #
- # For FTP accounts, a 'user' and optional 'password' entry are needed
- #
- # 'user' is your user name on the host machine
- # 'password' is your password on the host machine ('pass' is acceptable)
- # If 'password' is omitted, a requester will appear when you log in
- #
-
- # this should be
- #
- #ACCOUNT=name HOST=name or address USER=usename PASS=password CD=desired dir
- #ANON=name HOST=name or address CD=desired dir
- #
- #
- #
-
- # FTP accounts
-
- acct host=localhost addr=127.0.0.1
-
- # Anonymous FTP sites
- anon host=----ANON_below----
- anon alias=AminetEUR host=ftp.uni-stuttgart.de
- anon alias=AminetAUS host=203.16.26.3 dir="/pub/aminet"
- anon host=archie.au dir="/pub/aminet"
- anon host=ftp.demon.co.uk dir="/pub/amiga"
- anon host=ftp.cdrom.com
- anon host=ftp.apple.com
- anon host=ftp.uni-stuttgart.de
- anon host=ftp.microsoft.com
- anon host=wuarchive.wustl.edu
- anon host=max.physics.sunysb.edu
- anon host=ftp.omnipresence.com dir=/pub/amiga/mosaic
-
-