Christophe Fergeau wrote:
Le jeudi 26 mai 2005 � 11:58 +0200, Oliver Braun a �crit :

Hi *,

let me explain the issue more briefly:

1. RFC#1738 specifies the url as a concatination of cwd commands, meaning

ftp://[EMAIL PROTECTED]/foo/bar.txt will actually (assuming /home/john as the login directory) result in /home/john/foo/bar.txt on the server.



Hmm, how do you get to /foo/bar.txt using an ftp:// like uri? Nautilus
didn't like much getting to /some/random/directory/on/ftp/server instead
of / when being given an uri like ftp://server/

One has to encode the slashes: ftp://server/%2Ffoo/bar.txt, which expands to `cd /foo` on the server.

Regards,
Oliver

_______________________________________________
gnome-vfs-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Reply via email to