View Single Post
Old 07-01-2007, 02:08 PM  
whocarez2k5
Senior Member
 
Join Date: Jul 2005
Posts: 147
Default

I did a complete new clean setup (no scripts) checked every option 2 times to see difference with "broken" server, edited everything in wordpad, but when walking true the config i noticed a few minor things that are double imo
Under Permissions
Quote:
###################
### PERMISSIONS ###
###################
# Here's an example of a generally Read Only server with a /Incoming
# directory that allows regular users (the 3 flag) to upload just
# to directories under /Incoming. If you want people to be able to
# upload anywhere just change /Incoming/* to /*.
Upload = /Incoming/* 31VM
Resume = /Incoming/* 31VM
MakeDir = /Incoming/* 31VM
RemoveDir = /Incoming/* 1VM
RemoveOwnDir = /Incoming/* 31VM
Rename = /Incoming/* 1VM
RenameOwn = /Incoming/* 31VM
Overwrite = /Incoming/* 1VM
Delete = /Incoming/* 1VM
DeleteOwn = /Incoming/* 31VM

# This defines everything else as Read Only for regular users.
Upload = /* 31VM
Resume = /* 31VM
MakeDir = /* 31VM
RemoveOwnDir = /* 31VM
RemoveDir = /* 1VM
Rename = /* 1VM
RenameOwn = /* 31VM
Delete = /* 1VM
DeleteOwn = /* 31VM

# nobody can overwrite a file, they must delete it and resend
Overwrite = /* !*
NoStats = /* !*

# anybody can download anything...
Download = /* *
I dunno why this is but i guess some settings are double in the config and the part that is named as example need to be marked with # or am i wrong?

Second thing i found was a small ioGui config, Yil added ioGui to the new ioFTPD as it is now but the paths to the ioGuiExt are wrong.
In Yil's setup ioGui is in ../ioGUI and not in ../scripts
Code:
# ioGUI
ioGuiExt    = TCL ..\scripts\ioGuiExt.itcl
#ioGuiExt    = EXEC ..\scripts\ioGuiExt.exe
imo it needs to be
Code:
# ioGUI
ioGuiExt    = TCL ..\ioGUI\ioGuiExt.itcl
#ioGuiExt    = EXEC ..\ioGUI\ioGuiExt.exe
Hope it helps.

Server still isn't running from subdir (d:\subdir\ioFTPD\..) , help still appreciated

*update*
Dunno if it's allready there but maybe a good idea to add a clean.registry file to ioFTPD because i think there lies my problem. i checked registry on ioFTPD items and there are a bunch of reg settings in winXP. I dunno which 1 to remove to get a clean start for io to setup.
Because when i unpack io6.1.14 and don't make any changes at all and hit the ioFTPD-Start.exe i mostly get winsock errors and io also says password in correct?¿?¿ that is strange for me because the very first time i run io it worked like a charm but now it just won't, and when i open ioftpd.ini 1 time and only change port for example i can't connect at all and it keeps giving me the error in previous posts

Last edited by whocarez2k5; 07-01-2007 at 03:05 PM.
whocarez2k5 is offline