[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sun Dec 12 09:13:30 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=934
------- Additional Comments From djm at mindrot.org 2004-12-12 09:13 -------
Not quite: most ftp server can actually do a chdir() to set the current working
directory. The sftp protocol doesn't even have the concept of a "current working
directory", so our implementation uses realpath() to convert between the paths
that the user types (which may be relative) and absolute filesystem paths.
This conversion isn't 100% necessary, and it may be possible to skip it in some
cases - e.g. when realpath() fails
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list