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)
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


No differences found