Page 1 of 1

Error when uploading file with TLS and vsFTPd

Posted: 24 Mar 2022, 18:24
by cobian
When uploading files using the server vsftpd you get some times the error 426 "Failure writing network stream" even if the files are uploaded OK.

This seems to be a problem with vsFtpd 3.0.3 or newer. If you have control on the server site, just add these lines to the file vsftpd.conf:

strict_ssl_read_eof=NO
strict_ssl_write_shutdown=NO
require_ssl_reuse=NO

and restart the server.