jacos15 / swiftp

Automatically exported from code.google.com/p/swiftp
GNU General Public License v3.0
0 stars 0 forks source link

makeLsString had nonexistent file #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Uploading lots of files (~3 GiB) simultaneously (around 12 a time) to the 
phone while running on WiFi (full strength) with KeepWiFi 

What is the expected behavior? What do you see instead?
What expected: Uploading all files nonstop
ErrorMessage wich is telling me to report a bug

What version of the product are you using?
SwiFTP Server 1.12 and Samsung Galaxy with newest normal ROM (Android 1.5)

What operating system are you using?
Android 1.5 / Windows XP

What FTP client are you using?
FileZilla 3.3.1

Which Android device do you have (Droid, Hero, G1, etc.)?
Samsung Galaxy (I-5700GT i think)

What do the server log and session monitor say around the time that the
error occurs?
I cant't remember it, but I think nothing special, except the Error-
Message. Sorry.

May we contact you by email to ask questions? If so, what is your email
address?
You can, tobihille[at]googlemail[dot]com

Please provide any additional information below.
File-upload was meant to replace old mp3s with new ones
Replacing option in filezilla was set to replace if file hast changed or 
date is different.

Original issue reported on code.google.com by tobihi...@gmail.com on 8 Jan 2010 at 10:24

GoogleCodeExporter commented 9 years ago
Thanks for the well-formed bug report.

I see the problem. If DELE and LIST/NLST are interspersed, there is a race 
condition
where LIST will try to describe a nonexistent file and report an error. Fixed 
in 1.13
branch.

Original comment by Dave.Revell@gmail.com on 8 Jan 2010 at 10:55