Date: Wed, 1 Oct 1997 13:10:01 -0700 (PDT) From: Bill Fenner <fenner@parc.xerox.com> To: freebsd-bugs Subject: Re: bin/4670: /usr/bin/fetch fails to ftp a file ncftp can Message-ID: <199710012010.NAA04704@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/4670; it has been noted by GNATS. From: Bill Fenner <fenner@parc.xerox.com> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/4670: /usr/bin/fetch fails to ftp a file ncftp can Date: Wed, 1 Oct 1997 13:07:36 PDT Oops; that patch doesn't handle encoded slashes right. Looks like ftp_parse() has to break up the elements of the path and call percent_decode() on each element individually, and save the list in ftps for ftp_retrieve() to use. Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710012010.NAA04704>