View Single Post
Old 07-18-2011, 11:25 AM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

Since the server is working fine, the issue is a timing problem during startup. Basically ioGUI is trying to connect before the server is willing to accept new connections. There's a bunch of reasons for that, but the simplest fix is just to delay ioGUI starting... What you want to do is pass an argument to ioFTPD-Start.exe which is the delay before starting ioGUI. Just create a new windows shortcut to ioFTPD-Start.exe and then click right click on the shortcut and select properties. Change the target to look like "C:\ioFTPD\ioFTPD-Start.exe 40" which means wait 40 seconds... Adjust the delay as needed, heck even 120 for 2 minutes isn't a big deal. Just remember to start the server from the new shortcut!
Yil is offline   Reply With Quote