sftpserver
sftpserver copied to clipboard
Experimental SFTP server
### Environment ``` export UBSAN_OPTIONS=print_stacktrace\=1 export CXX=clang\+\+\-14\ \ \-Wno\-deprecated\-copy export LC_CTYPE=en_GB\.UTF\-8 export CFLAGS=\-fsanitize\=address\,undefined\,integer\,nullability\ \-O0\ \-fno\-optimize\-sibling\-calls\ \-fno\-omit\-frame\-pointer\ \-fno\-sanitize\-recover\=all\ \-g export CC=clang\-14 export CXXFLAGS=\-fsanitize\=address\,undefined\,integer\,nullability\ \-O0\ \-fno\-optimize\-sibling\-calls\ \-fno\-omit\-frame\-pointer\ \-fno\-sanitize\-recover\=all\ \-g\ \-Wno\-deprecated\-copy ``` ###...
### Description Periodically we run into issues with well known clients, e.g. Paramiko or OpenSSH. In order to get earlier site of these (and identify configurations that support them, prevent...
When porting *SSHFS* over to *SFTP* v6, I encountered an old issue of theirs, being that there was no support for `[email protected]`. [#640038 - sshfs: cannot set timestamps of symbolic...
The recent trouble with addition of nanosecond timestamp support suggests that this part of the code is under-tested. More tests should be added to properly exercise this code. Some care...
Hi, I've found out that locking does not work yet. I got the reply 8:unsupported. See also comment on line 184 in v6.c. Please enable. This requires possibly a table...
I tried out the latest `gesftpserver` code on my distro of choice (Gentoo Linux). As a test, I downloaded some files using WinSCP with SFTP v6 enabled. Transferring files with...