home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / comm / tcp / ftpdaemon / db / ftpd.conf
Text File  |  1993-12-25  |  718b  |  25 lines

  1. # ftpd.conf
  2. #
  3. # Where can i find the FTPUsers File
  4. FTPUsers=AmiTCP:serv/FTPUsers
  5. # Where can I find my FTP.Before and FTP.After file
  6. # please include a trailing / or :.
  7. SignOn=AmiTCP:serv/
  8. # When may I login????
  9. CurfTWin=0023
  10. # The external dir commando...
  11. # You will have less protection when using this option
  12. # DevDir will be used when the user doesn't give any arguments
  13. # When the user supplies a argument, ArgDir will be used.
  14. DevDir=AmiTCP:bin/ls -al
  15. ArgDir=AmiTCP:bin/ls %s
  16. # Level of logging:
  17. # 0  - nothing
  18. # 5  - add and delete operations
  19. # 10 - retrieving and wrong logins
  20. # 15 - correct logins
  21. # 20 - Starting and stopping of the deamon.
  22. LogLevel=20
  23. # Where must I place the log file?
  24. LogFile=RAM:FTP.log
  25.