Commit Graph

7 Commits

Author SHA1 Message Date
Manoj Ampalam beb8dc53c5 Remove redundant code in sftp.exe 2016-03-25 11:52:33 -07:00
manojampalam 2854245328 Made sftp.exe functional 2016-03-09 22:39:27 -08:00
manojampalam 31ed6d1458 Enabled SFTP client over new POSIX wrapper. Its not functional yet 2016-03-09 20:32:51 -08:00
quamrulmina 4d952924e1 sftp client and server code changed to build & work with MS Visual Studio
Use new compile flag WIN32_VS to add/change logic of sftp client and
sftp server codes so that MS Visual Studio 2015 compiler and runtime can
be used. opendir(), readdir(), closedir() directory APIs and basename()
API of Unix/Linux are implemented in Windows as they are not available
in Windows/VisualStudio C-runtime. win32_dirent.c and win32_dirent.h
files added as dirent.c and dirent.h are not available in Windows and we
do not want to affect mingW/gcc builds for Windows which have those
files available.
2015-11-06 03:02:51 -06:00
quamrulmina cae05764b0 fix sftp.exe client to transfer files in binary mode
sftp.exe client were adding crlf to each lines of files. It should
transfer in binary mode. set O_BINARY flag on in _open calls.
2015-10-01 01:17:11 -05:00
arif-pragmasys f4b56e2280 nomachine + additional changes applied to openssh 7.1p1 source base 2015-09-21 16:03:51 -05:00
Arif Saikat fb17410f60 Original Nomachine 5.9p1 source code
Original Nomachine 5.9p1 source code
2015-09-09 14:08:05 -05:00