Add user programmaticly

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
ProTeuS
500 Command not understood
Posts: 2
Joined: 2007-03-20 08:14

Add user programmaticly

#1 Post by ProTeuS » 2007-03-20 08:18

Hi,

I wonder if it's possible to add and remove users programmaticly with the FileZilla Server.

Send a command to the exe-file or just edit the configs.

Thanks!

/ProTeuS

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

#2 Post by botg » 2007-03-20 09:00

Edit "FileZilla Server.xml" directly, then call "FileZilla Server.exe" /reload-config

ProTeuS
500 Command not understood
Posts: 2
Joined: 2007-03-20 08:14

#3 Post by ProTeuS » 2007-03-20 09:09

Wonderful!

Thanks!

mxmissile
500 Command not understood
Posts: 2
Joined: 2007-03-20 22:54

#4 Post by mxmissile » 2007-03-20 22:56

Does calling "FileZilla Server.exe" /reload-config disconnect current connected users, will it interupt current transfers?

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

#5 Post by botg » 2007-03-20 23:19

mxmissile wrote:Does calling "FileZilla Server.exe" /reload-config disconnect current connected users, will it interupt current transfers?
No.

kirtimishra0609
500 Command not understood
Posts: 1
Joined: 2007-10-30 14:23

how to create password

#6 Post by kirtimishra0609 » 2007-10-30 14:25

Hi,

Could please tell how to create the password

metrichosting
500 Command not understood
Posts: 1
Joined: 2007-11-03 22:56

#7 Post by metrichosting » 2007-11-03 22:58

I am trying to accomplish this same task. Used to be able to do it with serv-u then they changed to encrypted passwords and cost money so I switched to Filezilla. Please, anyone with insite as to how to encrypt the passwords using a script, give a shout out.

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

#8 Post by botg » 2007-11-03 23:44

MD5

cooperspc
226 Transfer OK
Posts: 94
Joined: 2005-10-21 15:21
Location: Indiana USA

#9 Post by cooperspc » 2007-11-04 14:40

php

$encryptedPASS = md5($FTPpassword);

Post Reply