Auto-start FTP server after windows reboot

Please post here if you have problems in using Wing FTP Server.
Post Reply
danesp
Posts: 10
Joined: Sat Aug 07, 2010 3:54 pm

Auto-start FTP server after windows reboot

Post by danesp »

Hi,

Windows update has been setup on my server to automatically reboot the system after it updates. Sometimes, I'm not aware of the reboot. This results is the FTP server not running and clients unable to access the FTP site.

The wing FTP daemon is started and running after reboot (viewable in task window), but no server is started for hosting.
Is there a way to auto-start a specific FTP server on windows start up?


thanks
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Auto-start FTP server after windows reboot

Post by FTP »

I don't know why you have this issue.

But I can tell you two ways to start Wing FTP Server service.

1. net start "Wing FTP Server"

2. C:\Program Files\Wing FTP Server\WFTPServer.exe
you may change "C:\Program Files\Wing FTP Server" into your installtion path.
danesp
Posts: 10
Joined: Sat Aug 07, 2010 3:54 pm

Re: Auto-start FTP server after windows reboot

Post by danesp »

The FTP server service does start after reboot, but I have to "right-click" the icon on the task window and select "Start server".
I'm wondering if the server can automatically "Start" after the "FTP server service" starts?

thanks
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Auto-start FTP server after windows reboot

Post by FTP »

If you have checked "Start Tray Automatically" on the Tray Application, I think it will startup when you reboot Windows system. Because we just add a startup item under the regedit "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run".

Maybe your system has some security policy, can't launch Tray App after system updating. But it does not matter, it is a just Tray App, not main service.
Post Reply