From 62dbd9c5aafa633b63006fdc6cc425cda6b3ab45 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Mon, 20 Jun 2016 21:41:08 -0400 Subject: [PATCH] 64-bit files todo list --- NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NOTES b/NOTES index ecb79e9..f63b26f 100644 --- a/NOTES +++ b/NOTES @@ -219,5 +219,9 @@ perform any read() that is possible at any time, no matter how many write()s are outstanding. That seems to do the trick. +XXX - add support for lseek64 and stat64 to sftp +XXX - enable support for lseek64 and stat64 in rsync +XXX - what about scp? +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?