How do configure filezilla server by scripting or programming?

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
wangxr1985
500 Command not understood
Posts: 3
Joined: 2015-02-09 01:25
First name: xr
Last name: wang

How do configure filezilla server by scripting or programming?

#1 Post by wangxr1985 » 2015-02-09 03:02

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

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

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

#2 Post by boco » 2015-02-09 10:24

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.
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

User avatar
PolarbearDK
500 Syntax error
Posts: 14
Joined: 2014-09-16 13:30
First name: Philip
Last name: Hoppe
Location: Copenhagen, Denmark

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

#3 Post by PolarbearDK » 2015-02-14 20:45

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

Post Reply