Differences between revisions 3 and 4
Revision 3 as of 2013-07-05 12:26:41
Size: 745
Editor: DarkErr
Comment:
Revision 4 as of 2013-07-05 12:45:09
Size: 1434
Editor: DarkErr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
vsftpd - Very Secure FTP Daemon
Line 12: Line 12:
As usual, installation is very simple with [[apt-get]] or [[Aptitude]]. As root run:

{{{
aptitude install vsftpd
}}}

After instaling server running automacticly, аnd start listen on default port 21.

You can check it within [[netstat]]:

{{{
# netstat -npl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 22468/vsftpd
}}}

If you host do not have a firewall, recomended to stop vsftpd, before the end of configurating.

{{{
/etc/init.d/vsftpd stop
}}}

Translation(s) : English - Русский - Français

(!) ?Discussion

Instaling and settings FTP server vsftpd.

Introduction

vsftpd - Very Secure FTP Daemon

Installation

As usual, installation is very simple with apt-get or Aptitude. As root run:

aptitude install vsftpd

After instaling server running automacticly, аnd start listen on default port 21.

You can check it within ?netstat:

# netstat -npl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      22468/vsftpd    

If you host do not have a firewall, recomended to stop vsftpd, before the end of configurating.

/etc/init.d/vsftpd stop

Configuration

File /etc/vsftpd.conf

Advanced configuration