home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-09-28 | 1.0 KB | 53 lines |
- .name
- FTPDaemon
- .type
- Network Utility
- .short
- An ftp daemon for AmiTCP, with multiuser
- .description
- An ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ). It has Multi-User
- support (we use MultiUser v1.5).
- .version
- 2.0
- .date
- 1993.12.14
- .author
- Joran Jessurun
- .requirements
- Requires AmiTCP 2.0+
- .reference
- FreshFish-Dec93:New/comm/net/FtpDaemon/
- 1.0
- .distribution
- Copyrighted but Freely Redistributable
- .email
- nl0jor@nl0jor.nl.cbpr.org
- .source
- Includes source in C.
- .docs
- ftpd.readme
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "FTP Daemon" "Please select an option" "View ftpd.readme" "View Other Files" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ftpd.readme TEXT
- endif
-
- if $choice EQ "2"
- set filechoice `RequestFile TITLE "Select File"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
- .aminet-dir
- comm/tcp
-