retire nonsymbolic rootdev, dev2name
[minix.git] / commands / ftp101 / README
bloba60017728752040982607b1c2e06ac6dbdb1b73c
1 ftp101 --- An FTP client program  for Minix 2.0 
2 written by Michael Temari <Michael@TemWare.Com> release 1.01a 2006-06-07
4 Full download: <a href="/pub/contrib/ftp101.tar.Z">ftp101.tar.Z</a>
6 FTP is the File Transfer Protocol client that allows you to connect to
7 a remote FTP server. 
9 This version should work equally well with Minix 2 and Minix 3.
11 Release 1.01a 2006-06-07: minor documentation edits
12 Release 1.01  2005-02-07: minor bug fix 
13 Release 1.00  2003-12-14: added "ver" command to display current version 
14                           and an ftp(1) man page.
16 Installation: unpack the tarball, it will create an ftp101 directory. Although
17 this is a replacement for the ftp client provided in the Minix 2.0.0 and later
18 distributions, it is suggested you unpack and compile in the /usr/local/src
19 directory.
21 zcat < ftp101.tar.Z | tar xvfp -
23 Invoking make -n will show you what the Makefile will do.
25 make (or make ftp) compiles a new ftp binary, leaving it in the source
26 directory.
28 make install compiles the binary and installs it in /usr/bin.
30 make installman installs the man page in /usr/local/man/man1. The
31 directory must exist. 
33 Note: there is a bug in the version of the ftp client distributed with
34 Minix 2.0.2 and 2.0.3 that causes a \r (0xd) character to be appended
35 to file names in the destination directory when files are downloaded in
36 binary mode using the mget command. The bug was corrected in a release 
37 prior to 1.00.  
39 Notes by ASW revised 2006-06-07