PDA

View Full Version : ioFTPD Windows 8 troubles!


marana
06-02-2013, 11:17 PM
hello trying to get ioFTPD to run on windows 8 its giving me errors. and they are
Component 'mswinsck.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.

if you can please help it would be great, i really would like to get ioftpd to work with windows 8 pro x64.

Thanks Michael

Yil
06-03-2013, 06:25 AM
I don't currently use Win8, but ioGUI is a really old 3rd party tool that sorta still works. Since it's written in really old VB6 you'll need to register two .ocx files that I think used to come with Win XP/98 or used to come with other software that was common installed back then so nobody had to bother with registering them before Vista...

From the README file,
8) You can use the very-old, but still working, ioGUI application to see who
is online and modify user accounts with a simple GUI. It can be found
under ioFTPD\ioGUI\ioGui2.exe. Under Vista and later operating systems
you'll probably have to register the old visual basic .ocx files or else
you will get an error like:
"Component 'mscomctl.ocx' or one of its dependencies not correctly
registered: a file is missing or invalid."
To fix this you need to open up an administrator command prompt. Right
click on
start menu->all programs->accessories->command prompt
and then choose "run as administrator" and click yes if it prompts you.
Then perform the following commands:
cd \ioFTPD\ioGUI (or wherever you installed it)
regsvr32 MSWINSCK.OCX
regsvr32 MSCOMCTL.OCX
You should get a popup window indicating success after each regsvr32 cmd.

src79x
07-07-2013, 05:25 AM
You need to run ioftpd and ioGUI as administrator,, just right click and choose Run as administrator