Page 1 of 1

Operating time scheduling

Posted: 2020-03-30 11:27
by emond42
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

Re: Operating time scheduling

Posted: 2020-03-30 18:06
by botg
Not built-in.

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

Re: Operating time scheduling

Posted: 2020-03-31 00:58
by boco
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

Re: Operating time scheduling

Posted: 2020-03-31 08:29
by emond42
Hello and thanks for your help. I'll go with the Task Scheduler. ;-)
Best

Re: Operating time scheduling

Posted: 2020-03-31 14:17
by boco
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.