Large file support for psftp and pscp on both Windows and Unix. On Unix
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sat, 12 Aug 2006 15:20:19 +0000 (15:20 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sat, 12 Aug 2006 15:20:19 +0000 (15:20 +0000)
commit0ac1920cf35f15c8fd8dbfedb332bd79e5ecdd33
tree28d13bb583e748d4e74373a153f3bc2ba647874a
parentc55cfdec64754f3953edcc866f7616793b43dd57
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: svn://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