Server Interface Starts on Computer Start-Up

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
rogerfgay
550 Permission denied
Posts: 27
Joined: 2007-04-04 10:03

Server Interface Starts on Computer Start-Up

#1 Post by rogerfgay » 2007-04-19 07:25

Server Interface Starts on Computer Start-Up

Whenever I boot up my machine, I automatically get the server interface login window. I only want to start the interface manually, when I want it. How do I get it to stop appearing automatically on boot-up?

User avatar
botg
Site Admin
Posts: 35509
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2007-04-19 10:22

Reinstall, choose the option not to start it automatically.

SLMHC
504 Command not implemented
Posts: 11
Joined: 2007-04-12 18:03

#3 Post by SLMHC » 2007-04-19 14:13

It would be nice to have the ability to change this option without reinstalling.
-Dave

Davinator
500 Command not understood
Posts: 3
Joined: 2007-04-05 18:55
Location: Los Angeles

#4 Post by Davinator » 2007-04-26 23:42

I think you can just change the Filezilla Server FTP service from "Automatic" to "Manual" in Computer Management.

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

#5 Post by boco » 2007-04-27 15:49

Davinator wrote:I think you can just change the Filezilla Server FTP service from "Automatic" to "Manual" in Computer Management.
This is the server, not the Admin interface. You can't change it the easy way.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"FileZilla Server Interface"= -
Copy and paste the above text into a textfile. Name it fz_off.reg (example). Then double click that file. Windows asks it it should add it to the registry. Confirm that and the Admin interface won't start any more.


In case you want to start it again:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"FileZilla Server Interface"=""C:\\Programme\\FileZilla Server\\FileZilla Server Interface.exe""
Of course you have to correct the path if you installed FZS in another directory. (e. g. change 'Programme' to 'Program Files')


boco

Post Reply