Page 1 of 1

stop start service from windows command prompt

Posted: Wed Jul 21, 2010 5:35 am
by wsuch
Hello

Is there a way to stop the wftpserver.exe from a windows command prompt, still having issues after every reboot where I have to manually stop and restart the service before it will function

Wayne

Re: stop start service from windows command prompt

Posted: Wed Jul 21, 2010 5:54 am
by FTP
You can try the following commands:
net start "Wing FTP Server"
net stop "Wing FTP Server"

Re: stop start service from windows command prompt

Posted: Wed Jul 21, 2010 9:48 pm
by wsuch
many thanks

Wayne