Creating FTP Accounts Programmatically

Moderator: Project members

Post Reply
Message
Author
rversace
500 Command not understood
Posts: 1
Joined: 2017-08-10 12:33

Creating FTP Accounts Programmatically

#1 Post by rversace » 2017-08-10 12:39

Hi all, I have a need to create filezilla ftp accounts programmatically using C# Asp.net programming language. I've seen some conversations that indicate this is possible, but cannot find any API or Documentation that outlines how it can be done. Can anyone provide some resources or point me in the right direction?

User avatar
botg
Site Admin
Posts: 35508
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Creating FTP Accounts Programmatically

#2 Post by botg » 2017-08-10 22:56

Edit FileZilla Server.xml directly and afterwards call, as elevated user, "FileZilla Server.exe" /reload-config.

Post Reply