Changes between Initial Version and Version 2 of Ticket #1370
- Timestamp:
- 2011-02-24T03:53:58Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1370
- Property Keywords sftp sshfs link added
- Property Component changed from unknown to code-frontend
-
Ticket #1370 – Description
initial v2 1 OpenSSH's SFTP server recently (in version 5.7) added a [https://bugzilla.mindrot.org/show_bug.cgi?id=1555 hardlink extension], and there is a [http:// www.miek.nl/blog/archives/2011/02/19/hardlink_support_in_sshfs/index.htmlpatch to support it in sshfs].1 OpenSSH's SFTP server recently (in version 5.7) added a [https://bugzilla.mindrot.org/show_bug.cgi?id=1555 hardlink extension], and there is a [http://sourceforge.net/mailarchive/forum.php?thread_name=20110221103749.GA12166%40miek.nl&forum_name=fuse-sshfs patch to support it in sshfs]. 2 2 3 3 Hardlinks are closer in semantics to the links that Tahoe directories have to their children, than are symlinks. So we might want to support this even though we do not support symlinks (yet).