Re: Help. Looking for FTP solution for multiple clients.

2003-05-20 Thread Васил Колев
You'll have to implement it yourself, but here's how it may work: With proftpd, you can authenticate users from a mysql database. The table that proftpd users, there are columns for username, UID , and home directory (among the others). You can have a master account, for UID 2345, in directory /hom

Re: Help. Looking for FTP solution for multiple clients.

2003-05-20 Thread Oliver Hitz
On 19 May 2003, Sis wrote: >I modified a PHP script for uploading which gave each of the > sub-clients their own sub-directory with username and password to upload > to. But for some reason, the script fails to upload anything larger than > about 5Mb (it's not the max_upload_filesize in php.ini

Re: Help. Looking for FTP solution for multiple clients.

2003-05-20 Thread Dominik Schulz
Hi, I'm not sure if I got you right but you could just set up an Anonymous FTP-Server that has an upload directory where you can only upload but neither list the files in that directory nor download them. Sis <[EMAIL PROTECTED]> wrote on Mon, 19 May 2003 14:51:37 -0700: >I am looking for a so

Help. Looking for FTP solution for multiple clients.

2003-05-19 Thread Sis
I am looking for a solution that may already exist. I have a client that i am VirtualHosting. The client is a business that accepts very large files from their clients. They had everyone just dump into one big FTP location but all of them were stealing each others' files. :( I modified a