0

I have been searching the internet for an answer to my question "Can PHP control a FTP server like Vsftpd", however could not find anything.

What I looking for is a way for PHP to control what users can connect to my FTP server.

What I also want to do is limit the space users can use on my server. So once a user uploads something, a check is done to make sure the space the user has left can store the file that is being uploaded. If the file is too large, kill the upload.

I've looked at the vsftpd.log, however it only seems to log transactions whenever the request is finished, and not when initiated.

Is what I want possible? If so, how?

Kind regards, Jesse

Jesse Schokker
  • 896
  • 7
  • 19

0 Answers0