M
M
Michael2014-05-30 17:15:01
FTP
Michael, 2014-05-30 17:15:01

How to set up FTP under ubuntu?

Hello, you need to raise ftp on a server with ubuntu server, the task is simple - so that from the outside through ftp the client can upload something to the pack, no distinctions in rights and 10 stepped accesses using black magic and dragon scales are not necessary, just logged in with a password - poured / poured.
Can you recommend good servers EASY TO SETUP and instructions for them?
I’ll explain why here, and not in Google, after searching on Google, I spread a whole zoo of them on the server, and not one of them brought them to mind with the help of the instructions that I dug up, then instructions for old versions, then something else is wrong .

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor, 2014-05-30
@nextel

As a variant of proftpd.
Install:
Edit config:

vim /etc/proftpd/proftpd.conf
  RequireValidShell  off
  AuthUserFile  /etc/proftpd/ftpd.passwd
  DefaultRoot                     ~

Go to the /etc/proftpd directory and create the necessary users:
where --name=ftp_upload - FTP user name,
--home=/var/www/upload - directory where this user will have ftp access,
--shell=/sbin/nologin - disable his shell just in case,
-- uid=48 --gid=48 - identifiers of the user and his group with the rights of which the files will be uploaded.
Do not forget to restart the service after editing the server config.

M
maxtrelle, 2015-03-15
@maxtrelle

Setting up FTP server behind VsFtp help and setting up Secure FTP (behind TLS/SSL help) on Ubuntu 14.04 Server,
www.ubuntugeek.com/setup-ftp-server-using-vsftp-an...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question