ftp100 --- An FTP client program for Minix 2.0 written by Michael Temari release 1.00 2003-12-13 Full download: ftp100.tar.Z FTP is the File Transfer Protocol client that allows you to connect to a remote FTP server. Release 1.00 adds a "ver" command to display the current version. An ftp(1) man page is also provided with this release. Installation: unpack the tarball, it will create an ftp100 directory. Although this is a replacement for the ftp client provided in the Minix 2.0.0 and later distributions, it is suggested you unpack and compile in the /usr/local/src directory. zcat < ftp100.tar.Z | tar xvfp - Invoking make -n will show you what the Makefile will do. make (or make ftp) compiles a new ftp binary, leaving it in the source directory. make install compiles the binary and installs it in /usr/bin. make installman installs the man page in /usr/local/man/man1. The directory must exist. Note: there is a bug in the version of the ftp client distributed with Minix 2.0.2 and 2.0.3 that causes a \r (0xd) character to be appended to file names in the destination directory when files are downloaded in binary mode using the mget command. The bug was corrected in a previous release to this one. notes by asw 2003-12-13