Actually the bug is not as simple as you might think.

It would be trivial to fix Nautilus/GVFS to map the URL
sftp://mi...@something.com to sftp://mi...@something.com/home/mikko.

However this violates the URI specification RFC r3986 as discussed in
the upstream https://bugzilla.gnome.org/show_bug.cgi?id=561998

sftp://mi...@something.com

should be same as

sftp://mi...@something.com/

which is effective the server root folder.

Command-line SFTP does not respect URI specification in the first place.

The suggested fix was to have sftp://mi...@something.com to do a "SFTP
specific redirect" to sftp://mi...@something.com/home/mikko.

-- 
ssh connection should open the user directory by default
https://bugs.launchpad.net/bugs/290703
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to