I have to create a FTP server for multiple users. Each user should have the capability to upload, download and delete content.
What are the steps needed in order to create such server? I have absolutely no knowledge on the subject.
|
I have to create a FTP server for multiple users. Each user should have the capability to upload, download and delete content. What are the steps needed in order to create such server? I have absolutely no knowledge on the subject. |
|||||||
|
|
Well I would use sftp which is available in the OpenSSH package, FileZilla clients can connect to the server on the ssh port. |
|||||
|
|
Does it have to be FileZilla? If not, you can use vsftpd, which is well documented on Ubuntu's help pages. |
|||
|
I would have a look at CrushFTP This is a very full featured package that allows may connection methods. Great support even during the free trial. |
|||
|
|