summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-client.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update sftp client and server to new buffer API.djm2015-01-141-21/+23
| | | | pretty much just mechanical changes; with & ok markus
* Implement sftp upload resume support.logan2014-04-211-3/+3
| | | | | OK from djm@, with input from guenther@, mlarkin@ and okan@
* fsync@openssh.com protocol extension for sftp-serverdjm2013-10-171-5/+9
| | | | | | client support to allow calling fsync() faster successful transfer patch mostly by imorgan AT nas.nasa.gov; bz#1798 "fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@
* 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
| | | | | | | standard SSH_FXP_RENAME command instead of the POSIX-rename- like posix-rename@openssh.com extension. intended for use in regress tests, so no documentation.
* sftp support for resuming partial downloads; patch mostly by Loganadendjm2013-07-251-3/+3
| | | | | Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ "Just be careful" deraadt@
* add a protocol extension to support a hard link operation. It isdjm2010-12-041-1/+4
| | | | | | | available through the "ln" command in the client. The old "ln" behaviour of creating a symlink is available using its "-s" option or through the preexisting "symlink" command; based on a patch from miklos AT szeredi.hu in bz#1555; ok markus@
* add an option per-read/write callback to atomiciodjm2010-09-221-2/+2
| | | | | | | | | factor out bandwidth limiting code from scp(1) into a generic bandwidth limiter that can be attached using the atomicio callback mechanism add a bandwidth limit option to sftp(1) using the above "very nice" markus@
* recursive transfer support for get/put and on the commandlinedjm2009-08-181-3/+18
| | | | | work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@
* Have the sftp client store the statvfs replies in wire format,dtucker2008-06-081-3/+20
| | | | | | | | which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard.
* introduce sftp extension methods statvfs@openssh.com anddjm2008-04-181-1/+5
| | | | | | | | | | | fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@
* disable unused functionschl2008-01-111-7/+1
| | | | | | initially from tobias@, but disabled them by placing them in "#ifdef notyet" which was asked by djm@ ok djm@ tobias@
* 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
| | | | done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
* 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
| | | | | - () -> (void) - no variable names
* 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
| | | | "get/put file* directory/" now works. ok markus@
* 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
| | | | functions and small protocol change.
* Basic interactive sftp client; ok theo@djm2001-02-041-0/+84