PDA

View Full Version : [Fixed] files suddenly get .bad


zachzi
01-18-2004, 01:19 PM
hello.
im using ioftpd5-3-9r, iobanana 19 and ioa 1.03.

Normally when rlses is finish on my serv the folder is 100% checked and good. My problem is that after all files is checked good suddenly some files are renamed as .BAD when they are not. I do not know how long it takes before this strange issue happen. I just suddenly see that some files is renamed to .bad.

What can this be ?

Harm
01-18-2004, 01:21 PM
Make sure you are not using the OnDownload Error event instead of the OnUploadError one.

zachzi
01-18-2004, 01:52 PM
i have this:
OnUploadComplete = EXEC ..\scripts\ioBanana.exe upload
OnDownloadError = EXEC ..\scripts\ioBanana.exe uploadfailed

Should i change to:

OnUploadError = EXEC ..\scripts\ioBanana.exe uploadfailed

and remove the line from OnDownloadError ?

Harm
01-18-2004, 01:54 PM
Yes.
Where have you seen that OnDownloadError ?

zachzi
01-18-2004, 01:56 PM
im not sure. i think i copied from some manual.

zachzi
01-18-2004, 02:01 PM
not from any manual. probably only me that pasted wrong.