From 7907d9949b44de5c73577a17a6c345e3a061b369 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 21 Jun 2016 21:25:24 -0400 Subject: [PATCH] tested... --- NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES b/NOTES index 384fdad..654c420 100644 --- a/NOTES +++ b/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 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?