Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-18 | recursive transfer support for get/put and on the commandline | Damien Miller | |
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@ | |||
2008-06-08 | Have the sftp client store the statvfs replies in wire format, | Darren Tucker | |
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. | |||
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller | |
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@ | |||
2008-01-11 | disable unused functions | Charles Longeau | |
initially from tobias@, but disabled them by placing them in "#ifdef notyet" which was asked by djm@ ok djm@ tobias@ | |||
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 | |
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@ | |||
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 | |
- () -> (void) - no variable names | |||
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 | |
"get/put file* directory/" now works. ok markus@ | |||
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 | |
functions and small protocol change. | |||
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller | |