Thread: ioIsotope error
View Single Post
Old 11-29-2004, 05:03 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

You must add the 'ioIsotopeHelper' SITE command, from the manual:
Code:
2. Add those to your ioftpd.ini:

[Script]
ioIsotopeHelper = TCL ..\scripts\ioIsotope.itcl

[Ftp-SITE-Permissions]
ioIsotopeHelper = 1M
However, this is for older ioFTPD versions, darkone renamed many of the .ini options. Use the following instead:
Code:
[FTP_Custom_Commands]
ioIsotopeHelper = TCL ..\scripts\ioIsotope.itcl

[FTP_SITE_Permissions]
ioIsotopeHelper = 1M
neoxed is offline   Reply With Quote