Package: vsftpd
Version: latest

When uploading small files of around 1000 byte up to 6000 byte (here XML), 
some of the files get corrupted: A few hundred byte from the end of the
XML are added to its beginning.

The failure ratio was once 80 out of 100.


This is the case when
- a new connection is opened for each single file 
  (stupid but I am only the receiver of the data)
- the same file is uploaded twice at nearly the same time

Here is a transcript of vsftp.log. The filesize is correct in the log but not 
when one looks at the file.

[pid 9723] CONNECT: Client "x"
[pid 9722] [user] OK LOGIN: Client "x"
[pid 9721] [user] OK UPLOAD: Client "x", "20070723164407.xml", 1105 byte, 
0.43Kbyte/sec
[pid 9726] CONNECT: Client "x"
[pid 9725] [user] OK LOGIN: Client "x"
[pid 9724] [user] OK UPLOAD: Client "x", "20070723164407.xml", 1105 byte, 
0.41Kbyte/sec 

resulting filesize is 1186 byte.

I am using Debian Linux 

Thanks
m
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to