diff --git a/src/sftp.h b/src/sftp.h index 155a937..572d984 100644 --- a/src/sftp.h +++ b/src/sftp.h @@ -42,7 +42,7 @@ /* * MAX_SFTP_OUTGOING_SIZE MUST not be larger than 32500 or so */ -#define MAX_SFTP_OUTGOING_SIZE 4000 +#define MAX_SFTP_OUTGOING_SIZE 30000 struct sftp_write_chunk { struct list_node node;