mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-16 01:50:54 +00:00
tested...
This commit is contained in:
parent
41bdcb1b97
commit
7907d9949b
2
NOTES
2
NOTES
@ -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
|
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.
|
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 - if you remove it from the recent apps list, does it stop the service??
|
||||||
XXX - support password-based logins?
|
XXX - support password-based logins?
|
||||||
|
Loading…
Reference in New Issue
Block a user