From owner-freebsd-bugs Wed Oct 1 13:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04721 for bugs-outgoing; Wed, 1 Oct 1997 13:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04704; Wed, 1 Oct 1997 13:10:01 -0700 (PDT) Date: Wed, 1 Oct 1997 13:10:01 -0700 (PDT) Message-Id: <199710012010.NAA04704@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/4670: /usr/bin/fetch fails to ftp a file ncftp can Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/4670; it has been noted by GNATS. From: Bill Fenner 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