Deleting filezillaserver service

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
mblascog
500 Command not understood
Posts: 5
Joined: 2016-04-08 18:02
First name: Marta
Last name: Blasco

Deleting filezillaserver service

#1 Post by mblascog » 2018-04-09 10:29

Hi, I've been having problems installing xampp and filezilla server. I decided to begin again, for this reason I uninstalled xampp and filezilla.
I can see in local services filezillaserver, it shouldn't be here, and if I try to run it says the error 2, that the system can't find the specified file.
Can anybody tell me why this service is here and how can I remove it. It think this is the origin of my problem.

Thanks

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Deleting filezillaserver service

#2 Post by boco » 2018-04-09 20:06

Error 2 = File not found. So, the files are gone and the entry is stale (leftover). Does it vanish if you press F5 (or reboot)?

FileZilla Server itself is gone.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mblascog
500 Command not understood
Posts: 5
Joined: 2016-04-08 18:02
First name: Marta
Last name: Blasco

Re: Deleting filezillaserver service

#3 Post by mblascog » 2018-04-10 06:19

Thanks boco, you are right, is file not found, but the service reminds there, although if I restart

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Deleting filezillaserver service

#4 Post by boco » 2018-04-10 08:46

It is possible to remove the service entry directly from the Registry. Only recommended if you know what you're doing.

Easier would be to open a command line with Administrator rights and enter the following (exactly as is):

Code: Select all

sc delete "FileZilla Server"
The entry will be marked for deletion and is gone after reboot.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mblascog
500 Command not understood
Posts: 5
Joined: 2016-04-08 18:02
First name: Marta
Last name: Blasco

Re: Deleting filezillaserver service

#5 Post by mblascog » 2018-04-10 10:03

Ok, thanks very much

Post Reply