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)
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)