[Cyberduck-trac] [Cyberduck] #7699: Ability to create hard links

Cyberduck trac at trac.cyberduck.io
Fri Dec 27 19:51:05 UTC 2013


#7699: Ability to create hard links
--------------------------------------+------------------------
 Reporter:  edvard taugbøl hasseldal  |         Owner:  dkocher
     Type:  enhancement               |        Status:  new
 Priority:  low                       |     Milestone:
Component:  sftp                      |       Version:
 Severity:  normal                    |    Resolution:
 Keywords:                            |  Architecture:
 Platform:                            |
--------------------------------------+------------------------
Changes (by dkocher):

 * priority:  normal => low


Comment:

 {{{
 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: <https://trac.cyberduck.io/ticket/7699#comment:1>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list