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
Operating time scheduling
Moderator: Project members
Re: Operating time scheduling
Not built-in.
You could however use Windows' Task Scheduler to start/stop the service.
You could however use Windows' Task Scheduler to start/stop the service.
Re: Operating time scheduling
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
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###
Re: Operating time scheduling
Hello and thanks for your help. I'll go with the Task Scheduler. 
Best

Best
Re: Operating time scheduling
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.
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.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###