| commit | d671e5a978efd5ba949d3fdcd03f728dcd68c636 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon May 19 14:53:33 2008 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Mon May 19 14:53:33 2008 +1000 |
| tree | f63127fe29690fbe2c00f7b50d7807dc24288e29 | |
| parent | 354c48c641e7fbdc273ee8e1239ff71d73a1ec3e [diff] |
- djm@cvs.openbsd.org 2008/04/18 12:32:11
[sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
introduce sftp extension methods statvfs@openssh.com and
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@