简体   繁体   中英

FTP account creation through front end

I am working on a file upload project where users will be able to upload large files. When the user creates/register as a member I want a FTP account to automatically be created on the server and the login information should be provided to the user.

I somehow need to be able to keep track on each users bandwidth, upload/download usage etc...

What would be a good and fairly secure way to accomplish this and how would you do it?

I am developing this project on a server running FreeBSD, using Django for the Web-development.

Appreciate your input...

You may use proftpd. It may use radius/mysql for users. ProFTP site

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM