Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recursive transfer support for get/put and on the commandline | 2009-08-18 | 1 | -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, | 2008-06-08 | 1 | -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 and | 2008-04-18 | 1 | -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 functions | 2008-01-11 | 1 | -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; | 2005-04-26 | 1 | -2/+2 | |
| | |||||
* | Some small fixes from moritz@jodeit.org. ok deraadt@ | 2004-11-29 | 1 | -3/+3 | |
| | |||||
* | switch to license.template for code written by me (belated, I know...) | 2004-02-17 | 1 | -20/+12 | |
| | |||||
* | support for short/long listings and globbing in "ls"; ok markus@ | 2002-09-11 | 1 | -4/+1 | |
| | |||||
* | bunch of u_int vs int stuff | 2002-06-23 | 1 | -5/+3 | |
| | |||||
* | API cleanup and backwards compat for filexfer v.0 servers; ok markus@ | 2002-02-13 | 1 | -20/+29 | |
| | |||||
* | Perform multiple overlapping read/write requests in file transfer. Mostly | 2002-02-12 | 1 | -3/+3 | |
| | | | | done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@ | ||||
* | Add "-B" option to specify copy buffer length (default 32k); ok markus@ | 2002-02-05 | 1 | -4/+4 | |
| | |||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -24/+20 | |
| | | | | | - () -> (void) - no variable names | ||||
* | fix whitespace: unexpand + trailing spaces. | 2001-04-05 | 1 | -4/+4 | |
| | |||||
* | Revise globbing for get/put to be more shell-like. In particular, | 2001-03-16 | 1 | -5/+5 | |
| | | | | "get/put file* directory/" now works. ok markus@ | ||||
* | sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@ | 2001-03-13 | 1 | -1/+15 | |
| | |||||
* | Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling | 2001-03-07 | 1 | -2/+11 | |
| | | | | functions and small protocol change. | ||||
* | Basic interactive sftp client; ok theo@ | 2001-02-04 | 1 | -0/+84 | |