summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-client.h
AgeCommit message (Collapse)Author
2009-08-18recursive transfer support for get/put and on the commandlineDamien Miller
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@
2008-06-08Have 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-18introduce sftp extension methods statvfs@openssh.com andDamien 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-11disable unused functionsCharles Longeau
initially from tobias@, but disabled them by placing them in "#ifdef notyet" which was asked by djm@ ok djm@ tobias@
2005-04-26spelling correction in comment from wiz@netbsd;Jason McIntyre
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
- () -> (void) - no variable names
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
"get/put file* directory/" now works. ok markus@
2001-03-13sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@Damien Miller
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
functions and small protocol change.
2001-02-04Basic interactive sftp client; ok theo@Damien Miller