Subject: Re: bin/3011: ftp could be smarter with host:/path and URL's
To: Christian Kuhtz <kuhtz@ix.netcom.com>
From: Luke Mewburn <lukem@connect.com.au>
List: current-users
Date: 12/09/1996 16:30:28
Christian Kuhtz writes:
>
> Include a pointer in the FAQs then, or manpage if you have to. Or split the
>
> development tree up and evolve ftp as a separate product.
>
> But don't make an efficient binary bloated.
All the functionality added recently added about (I think) 8K on the
i386 (to 69K binary), and 6K on MIPS (~ 570K unstripped binary :)
Any further functionality such as command editing/recall and completion
will most likely have ifndef SMALL_FTP (or something like that) to keep
the size down on install media if necessary.