wolfssh/examples/echoserver
John Safranek a48926b0dd
SFTP List
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.
2022-09-16 14:17:31 -07:00
..
echoserver.c SFTP List 2022-09-16 14:17:31 -07:00
echoserver.h update copyright date 2022-08-17 16:58:21 -06:00
include.am Preprocessor Guards 2022-04-05 11:02:23 -07:00