mirror of https://github.com/wolfSSL/wolfssh.git
1. Update wolfSSH_SFTPNAME_readdir() to have a special case getting the drive letters at root in Windows. 2. The Win32 APIs can use forward slashes, but cannot have one at the beginning of the path before the drive letter. Add a trim function to remove the leading slash in the SFTP paths. 3. Update echoserver to always set the default SFTP path to either the provided command line option or to the CWD for the echoserver run. 4. Get the RealPath for the default path 5. Tweak wolfSSH_RealPath() to handle some Windows cases. 6. Added more test cases. |
||
---|---|---|
.. | ||
echoserver.c | ||
echoserver.h | ||
include.am |