Subject: Re: [1.4beta/i386 boot floppy] ftp url parsing
To: None <itojun@iijlab.net>
From: Luke Mewburn <lukem@goanna.cs.rmit.edu.au>
List: current-users
Date: 04/28/1999 00:03:29
itojun@iijlab.net writes:
> 	Sorry, I made a mistake.  Let me rephrase the problem.
> 	The problem is not in ftp but in sysinst (I should check the source
> 	code but not possible right now).
> 
> 	I used non-anonymous ftp from sysinst, like:
> 		user: itojun
> 		password: secret
> 		host: myhost.itojun.org
> 		path: /export4/home
> 	Then, sysinst shows a URL on the console, like:
> 		ftp://itojun:secret@myhost.itojun.org/export4/home
> 	But, it should be translated as
> 		ftp://itojun:secret@myhost.itojun.org/%2fexport4/home
> 	to respect full pathname I've entered.

This is correct.