PDA

View Full Version : OnUploadComplete executed on abort


Stardog
10-01-2003, 04:09 PM
With latest (and I think going back a ffew versions as well) 5.1.3, if I abort an upload, the OnUploadComplete is still being executed...but not completely...See the output..

STOR Video.part02.rar
150 Opening BINARY mode data connection for Video.part02.rar.
(soft abort)
ABOR
226- | - CRC-Failed: Video.part02.rar |
226- '--------------------------------======---------------------------'
226-Elapsed Time: 1.337 sec

Only three lines from the script output are displayed...but no matter, it shouldn't even be running the script...If anything, it should run OnUploadError (but I have it commented out)

Mouton
10-01-2003, 06:29 PM
did u try test1.bat in OnUploadComplete and test2.bat OnUploadFailed and see which one is executed (with a simple echo in each) ?

darkone
10-01-2003, 08:51 PM
Seems like there's a bug :/ It only applies to ABOR :)