Operating time scheduling

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
emond42
500 Command not understood
Posts: 2
Joined: 2020-03-30 11:23

Operating time scheduling

#1 Post by emond42 » 2020-03-30 11:27

Hello, simple question:
I'd like to have Filezilla Server active only from 7AM till 12AM each day.
Is there a way to set this to "auto-mode" so that I don't have to launch it and close it manually everyday?

Thanks so much for you help!
E

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

Re: Operating time scheduling

#2 Post by botg » 2020-03-30 18:06

Not built-in.

You could however use Windows' Task Scheduler to start/stop the service.

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

Re: Operating time scheduling

#3 Post by boco » 2020-03-31 00:58

Alternative to stopping/starting the server directly using sc.exe or net.exe, use the following commands:

Code: Select all

"FileZilla Server.exe" /stop
"FileZilla Server.exe" /start
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

emond42
500 Command not understood
Posts: 2
Joined: 2020-03-30 11:23

Re: Operating time scheduling

#4 Post by emond42 » 2020-03-31 08:29

Hello and thanks for your help. I'll go with the Task Scheduler. ;-)
Best

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

Re: Operating time scheduling

#5 Post by boco » 2020-03-31 14:17

Only disadvantage of these methods is, that it forcefully dropkicks all users out upon stopping the service. Very rude.

Unfortunately, there isn't any equivalent command line for toggling the "Lock server" or "Server online/offline" buttons. Both will not allow new connections but can still allow the existing clients to finish.
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

Post Reply