jump to navigation

Instalasi FTP server pake VSftpD Februari 6, 2008

Posted by hyoga7446 in Linux.
trackback

Berikut dokumentasi buat install Ftp Server dengan VSFTPD, semoga aja berguna buat yang laennya.

1. Install VSFTPD

# apt-get install vsftpd

2. Konfigurasi VSFTPD

# vi /etc/vsftpd.conf
anonymous_enable=YES <–> enable anonymous
local_enable=YES <–> enable local user
write_enable=YES <–> enable read write

3. Setting Banner VSFTPD

# vi /etc/vsftpd.conf
ftpd_banner=Selamat datang difeisty release party

4. Jalankan VSFTPD

# /etc/init.d/vsftpd start

5. Tes VSFTPD

# ftp localhost
Connected to localhost.
220 Selamat datang difeisty release party
Name (localhost:akbar): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>

Komentar»

No comments yet — be the first.

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.