]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Large file support for psftp and pscp on both Windows and Unix. On Unix
authorOwen Dunn <owend@chiark.greenend.org.uk>
Sat, 12 Aug 2006 15:20:19 +0000 (15:20 +0000)
committerOwen Dunn <owend@chiark.greenend.org.uk>
Sat, 12 Aug 2006 15:20:19 +0000 (15:20 +0000)
commit002cea740f6f6ccff0e2e46909b8563a97b9ddee
tree28d13bb583e748d4e74373a153f3bc2ba647874a
parent0ba32fc860b76c4d365b01686b7482e370e49b14
Large file support for psftp and pscp on both Windows and Unix.  On Unix
we set _FILE_OFFSET_BITS to 64 on the compiler command line (via mkfiles.pl),
and on Windows we use SetFilePointer and GetFileSize to cope with 64-bit sizes
where possible.  Not tested on Win9x.

git-svn-id: http://svn.tartarus.org/sgt/putty@6783 cda61777-01e9-0310-a592-d414129be87e
mkfiles.pl
pscp.c
psftp.c
psftp.h
unix/uxsftp.c
windows/winsftp.c