NetBSD/usr.bin/ftp
lukem e2240cac60 * fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiple
ftp auto-fetches on the same command line login automatically.
* auto_fetch(): use an initialized volatile int to appease IRIX cc.
2005-05-29 05:56:56 +00:00
..
Makefile As dsl points out, sysinst uses the progress bar so put it back on SMALLPROG 2005-02-11 15:13:28 +00:00
cmds.c Use size_t instead of int where appropriate. 2005-05-19 03:05:04 +00:00
cmdtab.c gratuitous whitespace cleanup (before someone else jumps the gun...) 2005-04-11 01:49:31 +00:00
complete.c Some const cleanups. 2005-05-19 02:55:37 +00:00
domacro.c
extern.h Some const cleanups. 2005-05-19 02:55:37 +00:00
fetch.c * fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiple 2005-05-29 05:56:56 +00:00
ftp.1 If we mark up RFC, then avoid using "command modifier" for it. 2005-02-20 20:54:01 +00:00
ftp.c Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4 2005-05-14 15:26:43 +00:00
ftp_var.h gratuitous whitespace cleanup (before someone else jumps the gun...) 2005-04-11 01:49:31 +00:00
main.c Make this compile on sparc64 (size_t != int). 2005-05-20 06:13:23 +00:00
progressbar.c Printf field widths and size_t don't always mix well, so cast to int. 2005-05-20 07:26:01 +00:00
progressbar.h White space nit 2005-02-10 16:00:38 +00:00
ruserpass.c
util.c formatbuf(): fix %m and %M to use the hostname, not the username. 2005-05-27 14:35:50 +00:00
version.h * fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiple 2005-05-29 05:56:56 +00:00