Page 1 of 1

How do configure filezilla server by scripting or programming?

Posted: 2015-02-09 03:02
by wangxr1985
I'm writing a program to manage my servers,which implements web and ftp management.

I have completed IIS ftp management, because microsoft offers serveral interfaces to achieve it ,like adsi、wmi、command line, and there are many specific documents in MSDN.So it is very easy for me.

I want to how to configure filezilla server by programming,and where to get the documents

Re: How do configure filezilla server by scripting or programming?

Posted: 2015-02-09 10:24
by boco
You need to edit the "FileZilla Server.xml" file directly and then call the

"FileZilla Server.exe" /reload-config

command line. AFAIK the service-interface communication protocol isn't documented at all.

Re: How do configure filezilla server by scripting or programming?

Posted: 2015-02-14 20:45
by PolarbearDK
wangxr1985 wrote:I'm writing a program to manage my servers,which implements web and ftp management.

I have completed IIS ftp management, because microsoft offers serveral interfaces to achieve it ,like adsi、wmi、command line, and there are many specific documents in MSDN.So it is very easy for me.

I want to how to configure filezilla server by programming,and where to get the documents
If you use .NET you can use my API for managing FileZilla server:
It is available as a nuget package for Visual Studio https://www.nuget.org/packages/Miracle.FileZilla.Api/
Source/documentation is available on: https://github.com/PolarbearDK/Miracle.FileZilla.Api