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.