From c01e147a406129e924c04d6b5b20358ed919096a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Jun 2009 16:10:37 +0200 Subject: [PATCH] Provide a libssh2_scp_send() API for files larger than 4GB (32bit size) --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index c49289c..beb67a6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ Things TODO =========== +* Provide a libssh2_scp_send() API for files larger than 4GB (32bit size) + * Convert the linked list code used all over to use the (new) generic linked list code. See the _libssh2_list_*() functions in src/misc.c