search for: ssh_fxp_version

Displaying 2 results from an estimated 2 matches for "ssh_fxp_version".

2009 Feb 12
2
[patch] hard link protocol extension for sftp
...======== --- ssh.orig/PROTOCOL 2009-02-10 14:54:58.000000000 +0100 +++ ssh/PROTOCOL 2009-02-10 15:22:05.000000000 +0100 @@ -240,4 +240,20 @@ The values of the f_flag bitmask are as Both the "statvfs at openssh.com" and "fstatvfs at openssh.com" extensions are advertised in the SSH_FXP_VERSION hello with version "2". +10. sftp: Extension request "link 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 "link at openssh.com&q...
2009 Aug 11
19
[Bug 1632] New: [PATCH] UTF-8 hint sftp-server extension
https://bugzilla.mindrot.org/show_bug.cgi?id=1632 Summary: [PATCH] UTF-8 hint sftp-server extension Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org