Re: [PHP] PHP AS an FTP server

2009-02-19 Thread paragasu
i successfully configure vsftp login using pam-mysql last time. http://pam-mysql.sourceforge.net/ http://www.linux.com/feature/125789 user can login to ftp server using the same password on web.. hope it help On 2/18/09, Michael Kubler wrote: > Yeah, I don't want local user access (SSH, their

Re: [PHP] PHP AS an FTP server

2009-02-18 Thread Michael Kubler
Yeah, I don't want local user access (SSH, their own entries in passwd, etc..). Too much work to ensure they all have the correct file permissions, etc.. I think I'll just skip the PHP bit and use a proper FTP server. I've configured them a few times, but all the examples I found only had Anony

Re: [PHP] PHP AS an FTP server

2009-02-18 Thread Thodoris
On Tue, 2009-02-17 at 18:54 +0200, Thodoris wrote: Hi, This is probably a bit stupid, but I've been having issues getting any of the good FTP servers running on my Ubuntu 6.06 (LTS) box. I've tried Pro-FTP, Pure-FTP, and briefly installed some others, but the versions available for my dist

Re: [PHP] PHP AS an FTP server

2009-02-17 Thread rwlists
I have used PureFTPd for quite some time and have had nothing but success with features and security. I use MySQL soon to migrate to PostgreSQL for the authentication. It supports quota, bandwidth throttling etc Randall Wiggins On Wed, 18 Feb 2009 04:37:04 +0800, "j's php general" wrote:

Re: [PHP] PHP AS an FTP server

2009-02-17 Thread j's php general
On Wed, Feb 18, 2009 at 4:24 AM, Ashley Sheridan wrote: > I used vsftp for several FTP systems at work, and bar a few problems > (errors on my part!) they work just fine. I've even got PHP talking to > various Bash scripts to manage users and permissions for the FTP, and, > touch wood, everything

Re: [PHP] PHP AS an FTP server

2009-02-17 Thread Ashley Sheridan
On Tue, 2009-02-17 at 18:54 +0200, Thodoris wrote: > > Hi, > > This is probably a bit stupid, but I've been having issues getting any > > of the good FTP servers running on my Ubuntu 6.06 (LTS) box. > > I've tried Pro-FTP, Pure-FTP, and briefly installed some others, but > > the versions availabl

Re: [PHP] PHP AS an FTP server

2009-02-17 Thread APseudoUtopia
On Tue, Feb 17, 2009 at 10:53 AM, Michael Kubler wrote: > Hi, > This is probably a bit stupid, but I've been having issues getting any of > the good FTP servers running on my Ubuntu 6.06 (LTS) box. > I've tried Pro-FTP, Pure-FTP, and briefly installed some others, but the > versions available for

Re: [PHP] PHP AS an FTP server

2009-02-17 Thread Thodoris
Hi, This is probably a bit stupid, but I've been having issues getting any of the good FTP servers running on my Ubuntu 6.06 (LTS) box. I've tried Pro-FTP, Pure-FTP, and briefly installed some others, but the versions available for my distro don't seem to support MySQL (or I'm simply doing so