View Full Version : [Fixed] sfv check problem help a banana n00b :)
Redeyz
11-01-2004, 01:31 PM
got everything working fine except for .sfv checker. Im sure its something really easy im just skipping over, im prone to operator error issues. Bot only announces new dir and del dir. Also there aren't any complete folders being created so its not checking .sfv i would think. Tried searching found a few threads similar but nothing with this exact error. Thanks in advance
[R] 200-ioFTPD version: 5-8-5r
[R] 200-ioBanana version: 20
1. Make sure you've followed the instructions in the installation guide.
2. Make sure the path to ioBanana.exe (in ioFTPD.ini) is correct.
3. SITE CONFIG REHASH
Redeyz
11-01-2004, 01:48 PM
thanks for quick response.
1. I thought i did but obviously not....
2. Double checked its correct
3. Did that as well
Should I try running in config mode? Would that give you some information that might explain the problem? Just let me know what you need to better diagnose.
Redeyz
11-01-2004, 05:04 PM
after i sent a file i did "site rescan" and it scaned then created the complete dir. So im thinking mabey ioFTPD isn't talking to my windrop. in windrop dcc i can see myself and HQ connected. Any suggestions welcome.
Redeyz
11-05-2004, 10:59 AM
Nobody have any suggestions. Everything is performing great just a janky site. Still no .sfv checking or !free all working right. Ive looked over shit a zillion times still can't tell what it is.
Unique
11-05-2004, 02:33 PM
1. Make sure you've followed the instructions in the installation guide.
2. Make sure you've followed the instructions in the installation guide.
3. Make sure you've followed the instructions in the installation guide.
:banana:
Redeyz
11-07-2004, 09:19 PM
which sections of which config files is best related to sfv checking. Could you point me to an area that might be causing the problem seems whatever i didn't config right would be a major section
1. Your board profile.
You should upgrade this one to show that you are a registered ioFTPD user.
2. Your ioFTPD.ini.
It looks like the OnUploadComplete event that is supposed to call ioBanana.exe is missing. There might be even more of those missing in there.
Redeyz
11-08-2004, 02:39 AM
[Events]
;OnUploadError = EXEC ..\scripts\ioBanana.exe uploadfailed
;OnUploadComplete = EXEC ..\scripts\ioBanana.exe upload
;OnUploadComplete = TCL ..\scripts\test2.itcl
;OnDownloadError =
;OnDownloadComplete =
;OnResume =
;OnUpload =
;OnNewDir =
;OnDelDir =
;OnLogIn =
;OnServerStart =
;OnServerStop =
;OnServiceStart =
;OnServiceStop =
OnFtpLogIn = EXEC ..\scripts\ioA\ioA.exe logon
I checked and i have c:\ioFTPD\scripts\ioBanana.exe in the scripts folder and also ioA is in the scripts folder in an ioA dir c:\ioFTPD\scripts\ioA\ioA.exe
What about uncommenting the events ?
[Events]
OnUploadError = EXEC ..\scripts\ioBanana.exe uploadfailed
OnUploadComplete = EXEC ..\scripts\ioBanana.exe upload
When there's a ';' in front of the line, ioFTPD ignores it. Once done, SITE CONFIG REHASH.
Redeyz
11-08-2004, 03:39 PM
DOH ;) workin fine now
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.