[PATCH 0/4] Initial SFTPv4 support

Mike Frysinger vapier at gentoo.org
Fri Dec 24 15:21:45 AEDT 2021


Not much changed, just rebased.  Still waiting to hear back on the
proposal in general.

Mike Frysinger (4):
  scp/sftp: add -V for setting SFTP protocol version
  add SFTPv4 constants & handle error & file mode strings
  sftp-server: initial experimental SFTPv4 support
  [incomplete] sftp-client: initial experimental SFTPv4 support

 PROTOCOL      |   6 +-
 scp.c         |  13 +++-
 sftp-client.c | 117 +++++++++++++++++++++-------
 sftp-common.c | 211 ++++++++++++++++++++++++++++++++++++++++----------
 sftp-common.h |  17 +++-
 sftp-server.c | 198 ++++++++++++++++++++++++++++++++++++----------
 sftp.c        |  83 +++++++++++++-------
 sftp.h        |  30 +++++--
 8 files changed, 524 insertions(+), 151 deletions(-)

-- 
2.33.0



More information about the openssh-unix-dev mailing list