Page 1 of 1

abort a download

Posted: 2010-12-14 21:18
by davm.dev
Hello
I would like to kick a user while is downloading a file from server. My purpose is to abort his download.
I know how to do it using the "FileZilla Server Interface.exe" software.
But how can i do it using the "FileZilla server.exe" software?
I presume that i have to modify a parameter value in the "FileZilla Server.xml" configuration file and call "FileZilla server.exe /reload-config". But which parameter value do i have to change?
Thank for your answer.

Re: abort a download

Posted: 2010-12-14 21:25
by botg
You cannot. Running transfers are not affected by /reload-config

Re: abort a download

Posted: 2010-12-14 21:31
by davm.dev
So killing a running transfert is possible only if i use the GUI "FileZilla Server Interface.exe" software. Correct?

Re: abort a download

Posted: 2010-12-15 02:06
by boco
If you want to be selective, yes. You could, however, kill all running transfers and connections by simply stopping the service (and then starting it again).

Re: abort a download

Posted: 2010-12-15 19:39
by davm.dev
ok
Thanks for your answer.