Sync with NetBSD (lukem):
authormillert <millert@openbsd.org>
Wed, 16 Apr 1997 05:02:39 +0000 (05:02 +0000)
committermillert <millert@openbsd.org>
Wed, 16 Apr 1997 05:02:39 +0000 (05:02 +0000)
commitdeb2510a17e71c9f851f0bdc27210715896dfc13
treebcabb7fad1b101fa2690416898b3f4b6bcefae5e
parent30264a694fc7b225ee4a1a3755fff4c4f87732f6
Sync with NetBSD (lukem):
 * differentiate between being connected, and being logged in
 * cleanup some text messages
 * support username & password ftp URLs (ftp://user:pass@host/) in non-proxy
   situations; assume proxy supports it for proxy situations.
 * cd to / before performing any autofetch transfers
usr.bin/ftp/cmds.c
usr.bin/ftp/complete.c
usr.bin/ftp/extern.h
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.1
usr.bin/ftp/ftp.c
usr.bin/ftp/ftp_var.h
usr.bin/ftp/util.c