[Feature Request] Filezilla Server - SQL

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
Onni
500 Command not understood
Posts: 4
Joined: 2007-05-23 19:13

[Feature Request] Filezilla Server - SQL

#1 Post by Onni » 2007-05-23 19:18

I'm Using Filezilla now already quite some time
although I like it very much.. I still am missing one feature....

Now Filezilla saves its data in a single file. Isn't there a way to save the configuration to a SQL database? That would be really awsome to me, then I can make users while im at work (only http port is open). And give them acces to differend folders at my server. Although Filezilla only reloads it loading file while it gets changed trought the admin interface, there maybe needs a refresh timer built in tho fix this.

Is this feature posible ?

Thanks in advance,
Onni

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

#2 Post by botg » 2007-05-23 23:57

The following command reloads the settings without disrupting any connected users:

Code: Select all

"FileZilla Server.exe" /reload-config

Onni
500 Command not understood
Posts: 4
Joined: 2007-05-23 19:13

#3 Post by Onni » 2007-05-30 09:32

I ment a SQL version,
Not a reload command

eddan
226 Transfer OK
Posts: 423
Joined: 2004-02-25 08:44
Location: Norway

#4 Post by eddan » 2007-06-12 20:40

What botg is suggesting here is that you can make a script that edits FileZilla Server.xml (e.g. adding new users to the config) and then run the reload-config command afterwards. It's an alternative way to do what you want.
For help and support, check out the support page on the wiki.

Onni
500 Command not understood
Posts: 4
Joined: 2007-05-23 19:13

Re: [Feature Request] Filezilla Server - SQL

#5 Post by Onni » 2008-02-27 22:06

Any possible solution on this subject yet?

As giving a option to store the configuration in SQL

mrknaack
500 Command not understood
Posts: 1
Joined: 2010-05-03 23:35
First name: bob
Last name: green

Re: [Feature Request] Filezilla Server - SQL

#6 Post by mrknaack » 2010-05-03 23:37

just want to throw out my support for a feature like this as well. if the user list could directly query any sql database it would be super cool.

i'm doing what was suggested though with re-generating the user list on the fly and it works just fine. be nice if it didn't have to though ;-)

thanks for an awesome app!

aspaddict
500 Command not understood
Posts: 4
Joined: 2010-02-15 17:42
First name: Michael
Last name: Bitton

Re: [Feature Request] Filezilla Server - SQL

#7 Post by aspaddict » 2010-05-17 17:17

I would like to see a "Show Password" feature, similar to KeePass. A lot of times, we generate a random password for the customer, give it to them, and they promptly lose it. We can generate a new one for them, but having the option of revealing the current password would be handy.

Also, scrollbars for the FTP usernames field so that we can scroll to the left and right for those really long FTP usernames. Nothing quite as frustrating as telling someone that their FTP username is "User01_web_F...something something something...."

:)

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

Re: [Feature Request] Filezilla Server - SQL

#8 Post by boco » 2010-05-17 20:06

I would like to see a "Show Password" feature, similar to KeePass.
Downright impossible, FileZilla Server doesn't save passwords, only the MD5 hash of the entered passwords. And a hash is not reversible, as calculating a hash is a lossy operation.

http://en.wikipedia.org/wiki/MD5
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

DataMatrix
500 Command not understood
Posts: 2
Joined: 2010-05-21 13:36
First name: Peter
Last name: Mittelstrass

Re: [Feature Request] Filezilla Server - SQL

#9 Post by DataMatrix » 2010-05-21 17:04

boco wrote:
I would like to see a "Show Password" feature, similar to KeePass.
Downright impossible, FileZilla Server doesn't save passwords, only the MD5 hash of the entered passwords. And a hash is not reversible, as calculating a hash is a lossy operation.
http://en.wikipedia.org/wiki/MD5
Hi,
You can use the description field of FileZilla Server user properties to show pass unencryped or useres phone number, as long as your server interface is protected against unauthorized access. This is probably not what the programmers intended, but will work in most cases. Otherwise yopu will have to make up a user table of your own, i.e. using any database program you have (dont use excel for that purpose ;)

Peter

Post Reply