home *** CD-ROM | disk | FTP | other *** search
- # ftpd.conf
- #
- # Where can i find the FTPUsers File
- FTPUsers=AmiTCP:serv/FTPUsers
- # Where can I find my FTP.Before and FTP.After file
- # please include a trailing / or :.
- SignOn=AmiTCP:serv/
- # When may I login????
- CurfTWin=0023
- # The external dir commando...
- # You will have less protection when using this option
- # DevDir will be used when the user doesn't give any arguments
- # When the user supplies a argument, ArgDir will be used.
- DevDir=AmiTCP:bin/ls -al
- ArgDir=AmiTCP:bin/ls %s
- # Level of logging:
- # 0 - nothing
- # 5 - add and delete operations
- # 10 - retrieving and wrong logins
- # 15 - correct logins
- # 20 - Starting and stopping of the deamon.
- LogLevel=20
- # Where must I place the log file?
- LogFile=RAM:FTP.log
-