Error when uploading file with TLS and vsFTPd

Here can you find the answer to many questions. Please, read first before posting. This forum is read only.
Post Reply
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Error when uploading file with TLS and vsFTPd

Post 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.
--
Luis Cobian
Cobian Backup's creator
Post Reply