Age | Commit message (Expand) | Author |
2023-09-08 | the sftp code was one of my first contributions to OpenSSH and it | Damien Miller |
2022-09-19 | sftp client library support for users-groups-by-id@openssh.com; | Damien Miller |
2022-05-13 | arrange for scp, when in sftp mode, to not ftruncate(3) files early | Damien Miller |
2022-03-31 | add a sftp client "cp" command that supports server-side copying | Damien Miller |
2022-01-01 | spelling | Jonathan Gray |
2021-08-09 | SFTP protocol extension to allow the server to expand ~-prefixed | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode follow symlinks like traditional scp(1) | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode output better match original scp(1) by | Damien Miller |
2021-08-07 | support for "cross"-loading files/directories, i.e. downloading | Damien Miller |
2021-03-31 | Use new limits@openssh.com protocol extension to let the client select | Damien Miller |
2020-12-04 | shuffle a few utility functions into sftp-client.c; from Jakub Jelen | Damien Miller |
2019-01-16 | Add "-h" flag to sftp chown/chgrp/chmod commands to request they do | Damien Miller |
2015-05-08 | moar whitespace at eol | Damien Miller |
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller |
2014-04-21 | Implement sftp upload resume support. | Loganaden Velvindron |
2013-10-17 | fsync@openssh.com protocol extension for sftp-server | Damien Miller |
2013-10-11 | obsolete comment | Damien Miller |
2013-08-08 | add a "-l" flag for the rename command to force it to use the silly | Damien Miller |
2013-07-25 | sftp support for resuming partial downloads; patch mostly by Loganaden | Damien Miller |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller |
2010-09-22 | add an option per-read/write callback to atomicio | Damien Miller |
2009-08-18 | recursive transfer support for get/put and on the commandline | Damien Miller |
2008-06-08 | Have the sftp client store the statvfs replies in wire format, | Darren Tucker |
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller |
2008-01-11 | disable unused functions | Charles Longeau |
2005-04-26 | spelling correction in comment from wiz@netbsd; | Jason McIntyre |
2004-11-29 | Some small fixes from moritz@jodeit.org. ok deraadt@ | Damien Miller |
2004-02-17 | switch to license.template for code written by me (belated, I know...) | Damien Miller |
2002-09-11 | support for short/long listings and globbing in "ls"; ok markus@ | Damien Miller |
2002-06-23 | bunch of u_int vs int stuff | Theo de Raadt |
2002-02-13 | API cleanup and backwards compat for filexfer v.0 servers; ok markus@ | Damien Miller |
2002-02-12 | Perform multiple overlapping read/write requests in file transfer. Mostly | Damien Miller |
2002-02-05 | Add "-B" option to specify copy buffer length (default 32k); ok markus@ | Damien Miller |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-03-16 | Revise globbing for get/put to be more shell-like. In particular, | Damien Miller |
2001-03-13 | sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@ | Damien Miller |
2001-03-07 | Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling | Damien Miller |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller |