[tahoe-lafs-trac-stream] [tahoe-lafs] #1370: SFTP: consider supporting hard link extension
tahoe-lafs
trac at tahoe-lafs.org
Fri Feb 25 17:28:09 PST 2011
#1370: SFTP: consider supporting hard link extension
-------------------------------+--------------------------------------------
Reporter: davidsarah | Owner: davidsarah
Type: defect | Status: assigned
Priority: major | Milestone: undecided
Component: code-frontend | Version: 1.8.2
Resolution: | Keywords: sftp sshfs link
Launchpad Bug: |
-------------------------------+--------------------------------------------
Changes (by davidsarah):
* owner: nobody => davidsarah
* status: new => assigned
Comment:
Documentation from http://www.openbsd.org/cgi-
bin/cvsweb/~checkout~/src/usr.bin/ssh/PROTOCOL?rev=1.17;content-
type=text%2Fplain
{{{
10. sftp: Extension request "hardlink at openssh.com"
This request is for creating a hard link to a regular file. This
request is implemented as a SSH_FXP_EXTENDED request with the
following format:
uint32 id
string "hardlink at openssh.com"
string oldpath
string newpath
On receiving this request the server will perform the operation
link(oldpath, newpath) and will respond with a SSH_FXP_STATUS message.
This extension is advertised in the SSH_FXP_VERSION hello with version
"1".
}}}
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1370#comment:3>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list