summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add "-h" flag to sftp chown/chgrp/chmod commands to request they dodjm2019-01-161-1/+4
* moar whitespace at eoldjm2015-05-081-3/+3
* update sftp client and server to new buffer API.djm2015-01-141-21/+23
* Implement sftp upload resume support.logan2014-04-211-3/+3
* fsync@openssh.com protocol extension for sftp-serverdjm2013-10-171-5/+9
* obsolete commentdjm2013-10-111-3/+1
* add a "-l" flag for the rename command to force it to use the sillydjm2013-08-081-2/+2
* sftp support for resuming partial downloads; patch mostly by Loganadendjm2013-07-251-3/+3
* add a protocol extension to support a hard link operation. It isdjm2010-12-041-1/+4
* add an option per-read/write callback to atomiciodjm2010-09-221-2/+2
* recursive transfer support for get/put and on the commandlinedjm2009-08-181-3/+18
* Have the sftp client store the statvfs replies in wire format,dtucker2008-06-081-3/+20
* introduce sftp extension methods statvfs@openssh.com anddjm2008-04-181-1/+5
* disable unused functionschl2008-01-111-7/+1
* spelling correction in comment from wiz@netbsd;jmc2005-04-261-2/+2
* Some small fixes from moritz@jodeit.org. ok deraadt@djm2004-11-291-3/+3
* switch to license.template for code written by me (belated, I know...)djm2004-02-171-20/+12
* support for short/long listings and globbing in "ls"; ok markus@djm2002-09-111-4/+1
* bunch of u_int vs int stuffderaadt2002-06-231-5/+3
* API cleanup and backwards compat for filexfer v.0 servers; ok markus@djm2002-02-131-20/+29
* Perform multiple overlapping read/write requests in file transfer. Mostlydjm2002-02-121-3/+3
* Add "-B" option to specify copy buffer length (default 32k); ok markus@djm2002-02-051-4/+4
* prototype pedant. not very creative...itojun2001-06-261-24/+20
* fix whitespace: unexpand + trailing spaces.markus2001-04-051-4/+4
* Revise globbing for get/put to be more shell-like. In particular,djm2001-03-161-5/+5
* sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@djm2001-03-131-1/+15
* Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingdjm2001-03-071-2/+11
* Basic interactive sftp client; ok theo@djm2001-02-041-0/+84