1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-16 01:50:54 +00:00

tested...

This commit is contained in:
Greg Alexander 2016-06-21 21:25:24 -04:00
parent 41bdcb1b97
commit 7907d9949b

2
NOTES
View File

@ -242,7 +242,7 @@ lseek. But it does use off_t a bit, including on an index in a for loop
that is compared against st_size (which is 64-bit). So I'll just change
all of the off_t to off64_t and hope for the best.
sftp and rsync work! Not gonna bother testing scp on big files...
XXX - test on large files
XXX - if you remove it from the recent apps list, does it stop the service??
XXX - support password-based logins?