Hi, I want to create the uftpd service via sc.exe not srvany and use
sc create UFTPD binPath= "C:\UFTP\uftpd.exe" start= auto
It creates service successfully but when I want to start it, it gives 1053 service didnt respond..
Cant I use sc for that?
UFTP wasn't written as a Windows service so it won't reponsd to service specific APIs. That's why it needs srvany as a wrapper.
Thank you dennis
Log in to post a comment.
Hi, I want to create the uftpd service via sc.exe not srvany and use
It creates service successfully but when I want to start it, it gives 1053 service didnt respond..
Cant I use sc for that?
UFTP wasn't written as a Windows service so it won't reponsd to service specific APIs. That's why it needs srvany as a wrapper.
Thank you dennis