Hi,
Sorry may be silly question.
I have a server (there is FTP, Web server is running with Drupal 7 install).

I want to create a folder for a particular user so that only that user and admin can read write to the folder by FTP, how can I achieve this?

Comments

VM’s picture

FTP isn't configured or controlled by Drupal. FTP is configured and controlled on the server.

aktarjahan2003’s picture

Hi VM,
Thanks, that I thought it was the case.
I want when a ftp user upload a file to the server then I want to send mail to related persons.
How can I achieve this? Is there any module or can I develop it somehow quickly? I have linux server and running php there.