Page 1 of 1

create a ftp user account using php

PostPosted: 17. September 2009 13:31
by aj123cd
I need to create a ftp user account using php. Is it possible?

The main idea is when users register to my site, it automatically creates them a ftp account.

Any ideas? :D

thank U.
j

Re: create a ftp user account using php

PostPosted: 19. September 2009 10:25
by Nobbie
aj123cd wrote:I need to create a ftp user account using php. Is it possible?


No.

Re: create a ftp user account using php

PostPosted: 19. September 2009 19:10
by aj123cd
Thanks.
So what ftp server I can use with php to create user account

Re: create a ftp user account using php

PostPosted: 21. September 2009 06:40
by Stepke-DSL
ProFTPD! You asked for that a few days ago...

Re: create a ftp user account using php

PostPosted: 21. September 2009 10:00
by aj123cd
thank u.

Re: create a ftp user account using php

PostPosted: 27. July 2010 19:19
by HarryVZ
Hi!

You can add user with PHP to FileZIlla.

The trick is to edit the XML Config of FileZilla and Reload the Config to the Server (no restart of process required).

I'm just on programming a class to handle User Edit, Add, Remove.
I can't find a ready Class or something like that to do this.

Kind regards,
Harry