[Release] How to create Unix FTP-Server

08/25/2015 14:06 tschulian#1
Hey guys, I decided to share my documentation to create a secured, fast and outsourced FTP Server for Unix vServers.

Here we go:

Code:
1. apt-get update && apt-get install proftpd
        1.1 Standalone -- Use this in order to get the max. performance
2. nano /etc/proftpd/proftpd.conf 
	2.1 DefaultRoot ~ -- uncommend this to "lock" the directory
	2.2 RequireValidShell off -- uncommend this to allow Login of FTP Users
3. nano /etc/proftpd/modules.conf
	3.1 #LoadModule mod_tls_memcache.c -- comment this to disable tls memcache loading which produces frequently errors which are spamming your vServer otherwise.
4. mkdir /home/ftp
5. /etc/init.d/proftpd restart -- restarts the FTP Server
Authorithys for the Directory

Admin User (insert in SR_Shardmangager CFG):
Code:
chown -R USERNAME /home/ftp -- read/write for USERNAME
Normal (insert in Client) :
Code:
chmod+rx /home/ftp -- read and execute Authority for this directory for ALL users


All should be selfexplanating.


Notes:
1. Do not write PMs for help. Leave message here.
2. If you dont understand this simple steps, dont try to open a own Server
3. If u wanna hate gtfo and fys.
4. I skipped the part how to create a secured User. Find it out by yourself. (you'll need 2 Users (ftpuser and ftpadmin for example!)


If I helped leave a thanks.
08/25/2015 18:57 Dracula Untold#2
:facepalm:
08/27/2015 14:03 tschulian#3
Quote:
Originally Posted by Count Dracula View Post
:facepalm:
wassup. Does the cool boy out there already know how to setup a unix based FTP? If yes, this thread isnt even made for you. Its just to help some beginners with outsourcing some services.

Du cooler cooler Junge du.
08/28/2015 03:35 B1Q B0SS#4
no ty
08/28/2015 10:11 ​Goofie​#5
I prefer vsftpd