![]() Thinks about OS Linux Ubuntu | Ubuntu Tutorials |
HOW TO MAKE MONEY by INTERNET![]() |
||||||
Install FTP Server in Ubuntu (proftpd) with user Ftp access |
|||||||
Actually, to install ftp server in ubuntu is not so difficult, here are the steps for installation in ubuntu ftp server . Here the data for the ftp server I assume is as follows :
# Set the user and group that the server normally runs at. User proftpd Group nogroup TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log QuotaEngine off </IfModule> <IfModule mod_ratio.c> Ratios off </IfModule> <IfModule mod_delay.c> DelayEngine on </IfModule> <IfModule mod_ctrls.c> ControlsEngine off ControlsMaxClients 2 ControlsLog /var/log/proftpd/controls.log ControlsInterval 5 ControlsSocket /var/run/proftpd/proftpd.sock </IfModule> <IfModule mod_ctrls_admin.c> AdminControlsEngine off </IfModule> <Anonymous /home/ftp> User john Group nogroup UserAlias anonymous ftp DirFakeUser on ftp DirFakeGroup on ftp RequireValidShell off MaxClients 10 DisplayLogin welcome.msg DisplayChdir .message <Directory *> <Limit WRITE> AllowAll </Limit> </Directory> </Anonymous> <Anonymous /home/ftp> User mcdoni Group nogroup UserAlias anonymous ftp DirFakeUser on ftp DirFakeGroup on ftp RequireValidShell off MaxClients 10 DisplayLogin welcome.msg DisplayChdir .message <Directory *> <Limit WRITE> AllowAll </Limit> </Directory> </Anonymous> -- Until here and please save it with: wq and hit enter -- Next we restart the ftp server daemon with the command : root@server:~# /etc/init.d/proftpd restart OK, finally ftp server is ready . |
SITE
ARCHIVE
|
||||||
![]() Thinks about OS Linux Ubuntu | Ubuntu Tutorials Copyright©2009 | UdiniqGeek.com - Thinks about OS Linux Ubuntu -
Ubuntu Tutorials | Contact Us
| :: RSS |
![]() |
|||||||