PDA

View Full Version : OnUploadComplete running if Connection reset


eger
05-12-2006, 10:06 PM
This might be normal behavior. But I am wondering if this is a bug or not.

Trying to resume files using an sfv check script is causing problems witha spotty connection when the connection gets reset be peer. The problem is that in the middle of a transfer the connection gets killed and after the connection dies the OnUploadComplete runs and does the sfv check, the sfv check determines the file to be bad so either makrs it bad or deletes it. At the same time the client is reconnectiong to auto resume only to find the file gone and restarts the transfer, creating a loop.

Is this normal behavior? Or could this be a bug in 5.8.5r? I have not tried later versions yet since I couldn't find if this was fixed in any changelog.

ioUSER
05-13-2006, 05:51 AM
this i normal behaviour of zipscripts...

EwarWoo
05-13-2006, 08:58 AM
OnUploadComplete runs when the upload stops, whatever the reason. Always as been the case.
Its not intelligent enough to know the connection as been disrupted, just knows upload as stopped.

eger
05-20-2006, 01:48 PM
Gotcha, thanks for the info.