NetBSD/usr.bin/ftp
lukem 8b1e1fad90 Switch from fparseln() to the internal getline() when parsing HTTP headers.
Makes ftp a bit more portable (not needing fparseln()) at the expense of not
supporting arbitrary long header lines, which I'm not concerned about
because we don't support header line continuation either...
2007-05-10 12:22:04 +00:00
..
cmds.c Use getline() instead of fparseln() 2007-05-10 05:35:31 +00:00
cmdtab.c Revert rename of "debug" command from "ftp_debug" back to "debug". 2007-04-11 04:40:19 +00:00
complete.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
domacro.c Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. 2005-06-29 02:31:19 +00:00
extern.h Clean up use of confirm() and mbort() so that the current operation 2007-04-18 01:39:04 +00:00
fetch.c Switch from fparseln() to the internal getline() when parsing HTTP headers. 2007-05-10 12:22:04 +00:00
ftp_var.h * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
ftp.1 Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659. 2007-05-10 05:59:30 +00:00
ftp.c Implement copy_bytes() to copy bytes from one fd to another via the 2007-05-10 05:17:10 +00:00
main.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
Makefile Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. 2005-06-29 02:31:19 +00:00
progressbar.c const-as-const-can: make the "suffixes" pointers const, as probably was 2007-05-05 18:09:24 +00:00
progressbar.h White space nit 2005-02-10 16:00:38 +00:00
ruserpass.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
util.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
version.h Implement copy_bytes() to copy bytes from one fd to another via the 2007-05-10 05:17:10 +00:00