tip@trylinux:~/blog$ cat vsftpd-426-failure-writing-network-stream.md
# vsftpd 426 'Failure writing network stream'
Author: tip
Date: 2007-12-14 00:00:00
Tags: General, linux

I was getting errors when trying to download a file from a mounted windows share with vsftpd. The fix for this problem is to add use_sendfile=NO to your vsftpd.conf file.

EOF