summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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