Re: [PHP] Creating an FTP account on the fly from PHP

2007-03-23 Thread Richard Lynch
On Thu, March 22, 2007 5:20 pm, PHP Fusebox wrote: > I built a CMS that lets a super user create and manage basic users > (among lots of other things). I want basic users to get an FTP account > that is automatically associated with their website user account, and > managed from my add/edit user fo

Re: [PHP] Creating an FTP account on the fly from PHP

2007-03-23 Thread Tijnema !
On 3/23/07, Travis Doherty <[EMAIL PROTECTED]> wrote: PHP Fusebox wrote: > I built a CMS that lets a super user create and manage basic users > (among lots of other things). I want basic users to get an FTP account > that is automatically associated with their website user account, and > managed

Re: [PHP] Creating an FTP account on the fly from PHP

2007-03-22 Thread Travis Doherty
PHP Fusebox wrote: > I built a CMS that lets a super user create and manage basic users > (among lots of other things). I want basic users to get an FTP account > that is automatically associated with their website user account, and > managed from my add/edit user form. For example if I create a u

RE: [PHP] Creating an FTP account on the fly from PHP

2007-03-22 Thread Jake McHenry
> > On 3/22/07, PHP Fusebox <[EMAIL PROTECTED]> wrote: > > I built a CMS that lets a super user create and manage basic users > > (among lots of other things). I want basic users to get an > FTP account > > that is automatically associated with their website user > account, and > > managed from

Re: [PHP] Creating an FTP account on the fly from PHP

2007-03-22 Thread Tijnema !
On 3/22/07, PHP Fusebox <[EMAIL PROTECTED]> wrote: I built a CMS that lets a super user create and manage basic users (among lots of other things). I want basic users to get an FTP account that is automatically associated with their website user account, and managed from my add/edit user form. Fo