22.03.2024, 09:21
Ignoring the 426 error for now,
with require_ssl_reuse=NO inserted in the server configuration file vsftpd.conf the backup file is transferred entirely.
Now I need to send some 2 MB .csv files (or even a compressed ones) with the above code but I always get corrupted files as they are truncated to multiples of 8192 and I don't understand why.
No problem with smaller files
with require_ssl_reuse=NO inserted in the server configuration file vsftpd.conf the backup file is transferred entirely.
Now I need to send some 2 MB .csv files (or even a compressed ones) with the above code but I always get corrupted files as they are truncated to multiples of 8192 and I don't understand why.
No problem with smaller files