Dynamically add users...?

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
tubaguy50035
500 Command not understood
Posts: 4
Joined: 2010-09-10 16:21
First name: Nick
Last name: Walke

Dynamically add users...?

#1 Post by tubaguy50035 » 2010-09-10 16:25

Is there a way to add users dynamically with file permissions? I did a little searching and didn't find anything here on the subject. Also, can i connect to the admin panel from a different system?

Thanks for your help!

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

Re: Dynamically add users...?

#2 Post by boco » 2010-09-10 23:47

Is there a way to add users dynamically with file permissions?
Edit the FileZilla Server.xml file directly, then call FileZilla Server.exe /reload-config.
Also, can i connect to the admin panel from a different system?
1. Open server settings, Admin interface settings. Note down the admin port, and add the IP of the designated remote-admin PC to the list of allowed IPs. You have to set a password for the server of remote administration will fail!

2. Make sure the admin port is opened in the firewall (it must be forwarded for remote administration over the internet).

3. Run the installer on the second system and install only the admin interface.

4. Use the IP and admin port of the server PC to connect to the remote FTP service.
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

tubaguy50035
500 Command not understood
Posts: 4
Joined: 2010-09-10 16:21
First name: Nick
Last name: Walke

Re: Dynamically add users...?

#3 Post by tubaguy50035 » 2010-09-11 01:01

Can I call that command through the remote admin interface?

Also, is there any plan to get FileZilla server to read user data from a MySQL database? I'm basically looking for a way to automate the process of adding users to my ftp server.

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

Re: Dynamically add users...?

#4 Post by boco » 2010-09-11 22:19

Can I call that command through the remote admin interface?
No. But why would you want that? Changes made through the remote administration interface will be in effect without needing the command. The only exception is the Admin interface settings: All changes on that tab will be ignored from remote.
Also, is there any plan to get FileZilla server to read user data from a MySQL database? I'm basically looking for a way to automate the process of adding users to my ftp server.
Not planned. Eventually the server gets a full rewrite from scratch, but don't hold your breath.


However, please note that all FileZilla software is Open Source. Anybody with the know-how could do the changes him-/herself.
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

tubaguy50035
500 Command not understood
Posts: 4
Joined: 2010-09-10 16:21
First name: Nick
Last name: Walke

Re: Dynamically add users...?

#5 Post by tubaguy50035 » 2010-09-12 03:43

The only reason I would want to call that command remotely, is if I was changing the xml file remotely. Is there any way to setup an ftp relay through FileZilla?

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

Re: Dynamically add users...?

#6 Post by boco » 2010-09-12 04:08

As that command has to be executed directly on the server system, you need some kind of shell or RDP/VNC access to do that.
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

tubaguy50035
500 Command not understood
Posts: 4
Joined: 2010-09-10 16:21
First name: Nick
Last name: Walke

Re: Dynamically add users...?

#7 Post by tubaguy50035 » 2010-09-12 04:55

Okay. Thank you

Post Reply