Setelah konfigurasi selesai simpanlah hasil konfigurasi, lalu restart vsftpd, menggunakan perintah : $ sudo /etc/init.d/vsftpd restart Mencoba FTP Server Cek apakah port 21/ftp sudah terbuka atau belum, gunakan perintah: $ netstat _tapn tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN - Untuk mencoba FTP server, gunakan perintah FTP pada terminal. $ ftp www.teknik.info Connected to ftp.teknik.info.net. 220 (vsFTPd 2.0.4) Name (ftp.teknik.info:dedi): dedi 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. drwx------ 3 1000 1000 4096 Sep 27 13:25 mail drwxr-xr-x 2 1000 1000 4096 Sep 27 13:09 public_html drwx------ 4 1000 1000 4096 Sep 27 13:16 xxx 226 Directory send OK. ftp> Sumber : Jarkom II teknik Komputer. Unipa |
0 komentar