GNU/Linux >> Tutoriales Linux >  >> Linux

CentOS / RHEL 4:Cómo instalar y configurar el servidor FTP (vsftpd)

1. Para configurar un servidor FTP, asegúrese de que el paquete vsftpd esté instalado. Para verificar si el paquete vsftpd está instalado, use el siguiente comando:

# rpm -q vsftpd

2. Instale el rpm del servidor vsftpd desde Red Hat Network ejecutando el siguiente comando:

# 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 vez instalado, inicie el servicio vsftpd emitiendo el siguiente comando:

# service vsftpd start

4. Para que el servicio esté disponible para la siguiente secuencia de arranque, chkconfig active el servicio emitiendo el siguiente comando:

# chkconfig vsftpd on

5. Verifique si la instalación está funcionando.

# 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. Instalar y configurar el servidor FTP en CentOS 7 / RHEL 7 – (vsftpfd)

  2. CentOS / RHEL 7:Cómo instalar y configurar el servidor ftp (vsftpd)

  3. CentOS / RHEL 5:Cómo instalar y configurar el servidor vsftpd

  4. CentOS / RHEL:cómo instalar y configurar el servidor y el cliente OpenSSH

  5. Cómo instalar y configurar Kerberos en CentOS/RHEL 7

Cómo instalar y configurar el servidor FTP VSFTPD en Ubuntu

Cómo instalar y configurar GlusterFS en CentOS 7/CentOS 8

Cómo instalar y configurar Subversion (SVN) en CentOS 7

Cómo instalar y configurar Sandstorm Server en CentOS 8

Cómo instalar y configurar Privoxy Server en CentOS 8

Cómo instalar y configurar el servidor VNC en CentOS/RHEL 8