Commit Graph

7 Commits

Author SHA1 Message Date
Ray Hayes 5bd9d2aace Fix crash in w32_dirent, minor spelling in scp. 2016-10-26 11:00:11 -07:00
Ray Hayes b7d80edae3 SFTP issues. 2016-10-21 11:43:09 -07:00
Ray Hayes 9291dde274 Merge with PowerShell\L1-Prod. 2016-10-20 16:37:56 -07:00
Ray Hayes 0ff56ace10 Interim changes to fix scp/sftp WIN32_FIXME issues. 2016-10-20 11:45:09 -07:00
Ray Hayes af5fc94823 Fix for sending sftp recursive folder. 2016-10-19 15:27:16 -07:00
quamrulmina 46327a98b1 fix sftp-server not showing first entry in listing; code ls -l to show file attributes correctly
changing driver letter in sftp-server tested using usb drives; missing
first entry on a top root directory is now shown correctly. ls -l output
cleaned up and now correctly show file and directory attributes.
strmode() function implemented for Windows like it is available in
Unix/Linux OS.
2015-12-29 22:05:37 -06: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