Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/21/1999 23:36:41
Module Name:	src
Committed By:	lukem
Date:		Mon Mar 22 07:36:41 UTC 1999

Modified Files:
	src/usr.bin/ftp: extern.h fetch.c ftp.1 ftp_var.h main.c
Log Message:
* implement -R; restart non-proxied command-line FTP xfers
* fix fetch_ftp() so that hcode parsing is not done for file:// urls
(a } in the wrong place, and code at the wrong indent level...)
* change outfile to being a global (so it gets correctly reset)
* change parse_url to not remove leading '/' for non ftp urls.
whilst this is not totally rfc1738 compliant, other code kinda
assumes this is the case, and it doesn't hurt