home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / ftpdaemon / product-info < prev   
Fred Fish's Product-Info  |  1995-09-28  |  1KB  |  53 lines

  1. .name
  2. FTPDaemon
  3. .type
  4. Network Utility
  5. .short
  6. An ftp daemon for AmiTCP, with multiuser
  7. .description
  8. An ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ).  It has Multi-User
  9. support (we use MultiUser v1.5).
  10. .version
  11. 2.0
  12. .date
  13. 1993.12.14
  14. .author
  15. Joran Jessurun
  16. .requirements
  17. Requires AmiTCP 2.0+
  18. .reference
  19. FreshFish-Dec93:New/comm/net/FtpDaemon/
  20. 1.0
  21. .distribution
  22. Copyrighted but Freely Redistributable
  23. .email
  24. nl0jor@nl0jor.nl.cbpr.org
  25. .source
  26. Includes source in C.
  27. .docs
  28. ftpd.readme
  29. .described-by
  30. Dan Fish (daf@starfish.amigalib.com)
  31. .submittal
  32. Downloaded via ftp from wuarchive.wustl.edu.
  33. .execute
  34. set choice `RequestChoice "FTP Daemon" "Please select an option" "View ftpd.readme" "View Other Files" "Cancel"`
  35. if $choice EQ "0"
  36.   quit 5
  37. endif
  38.  
  39. if $choice EQ "1"
  40.   MetaTool ftpd.readme TEXT
  41. endif
  42.  
  43. if $choice EQ "2"
  44.   set filechoice `RequestFile TITLE "Select File"`
  45.   set dirchoice `pathname $filechoice`
  46.   set filechoice `basename $filechoice`
  47.   failat 21
  48.   cd $dirchoice
  49.   MetaTool $filechoice TEXT
  50. endif
  51. .aminet-dir
  52. comm/tcp
  53.