GNU/Linux >> Linux Esercitazione >  >> Linux

CentOS / RHEL 4:come installare e configurare il server FTP (vsftpd)

1. Per configurare un server FTP, assicurati che il pacchetto vsftpd sia installato. Per verificare se il pacchetto vsftpd è installato, utilizzare il comando seguente:

# rpm -q vsftpd

2. Installare il server rpm vsftpd da Red Hat Network eseguendo il comando seguente:

# up2date vsftpd
Fetching Obsoletes list for channel: el4_i386_latest...
########################################
Fetching Obsoletes list for channel: el4_i386_oracle...
Fetching rpm headers...
########################################
Name Version Rel
----------------------------------------------------------
vsftpd 2.0.1 9.el4 i386
Testing package set / solving RPM inter-dependencies...
########################################
vsftpd-2.0.1-9.el4.i386.rpm Preparing ########################################### [100%]

Installing...
1:vsftpd ########################################### [100%]

3. Una volta installato, avvia il servizio vsftpd emettendo il seguente comando:

# service vsftpd start

4. Per rendere disponibile il servizio per la sequenza di avvio successiva chkconfig il servizio emettendo il seguente comando:

# chkconfig vsftpd on

5. Verifica se l'installazione funziona.

# ftp localhost
Connected to localhost.localdomain.
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (localhost:root): oracle
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.


Linux
  1. Installa e configura il server FTP su CentOS 7 / RHEL 7 – (vsftpfd)

  2. CentOS / RHEL 7:come installare e configurare il server ftp (vsftpd)

  3. CentOS / RHEL 5:Come installare e configurare il server vsftpd

  4. Come installare e configurare telnet in RHEL / CentOS 5,6

  5. Come installare e configurare Kerberos in CentOS/RHEL 7

Come installare e configurare il server FTP VSFTPD su Ubuntu

Come installare e configurare GlusterFS su CentOS 7/CentOS 8

Come installare e configurare Subversion (SVN) su CentOS 7

Come installare e configurare Sandstorm Server su CentOS 8

Come installare e configurare Privoxy Server su CentOS 8

Come installare e configurare il server VNC su CentOS/RHEL 8