NetBSD/usr.bin/ftp
lukem c007c5280e * Modify parse_url() to consistently strip the leading `/' off ftp URLs.
Fixes PR 17617.
* Use 'RFCnnnn' (with leading 0) instead of 'RFC nnnn', to be
  consistent with the style in the RFC index.
* Refer to RFC3916 instead of 1738 or 2732.
* Expand the list of supported RFCs in ftp(1) to contain the document
  name as well.
2007-05-15 23:54:18 +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
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 * Modify parse_url() to consistently strip the leading `/' off ftp URLs. 2007-05-15 23:54:18 +00:00
ftp.1 * Modify parse_url() to consistently strip the leading `/' off ftp URLs. 2007-05-15 23:54:18 +00:00
ftp.c * Modify parse_url() to consistently strip the leading `/' off ftp URLs. 2007-05-15 23:54:18 +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
main.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +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
ruserpass.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
util.c * Modify parse_url() to consistently strip the leading `/' off ftp URLs. 2007-05-15 23:54:18 +00:00
version.h * Modify parse_url() to consistently strip the leading `/' off ftp URLs. 2007-05-15 23:54:18 +00:00