29 Oktober 2010

Konfigurasi FTP (File Transfer Protocol) Debian Lenny


Setelah MengKonfigurasi WebMail Server, Sekarang kita akan belajar mengkonfigurasi FTP Server. Hanya diperlukan beberapa Langkah untuk mengkonfigurasi FTB server tersebut.

*Kata2 bercetak tebal adalah perintah yang harus dijalankan.
*Kata2 berwarna merah adalah perubahan/sesuatu yang harus anda buat.

1) apt-get install proftpd
Run proftpd : standalone

2) pico /etc/proftpd/proftpd.conf

# Includes DSO modules
Include /etc/proftpd/modules.conf

# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
UseIPv6 off

# If set on you can experience a longer connection delay in many cases.
IdentLookups off
ServerName "antoro.situstkj.co.cc"
ServerType standalone
DeferWelcome off



3) /etc/init.d/proftpd restart
Stopping ftp server: proftpd.
Starting ftp server: proftpd.

4) Buka browser komputer client dan buka url ftp://www.situstkj.co.cc anda akan melihat tampilan ini:

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJmY0Cs6kk9BybFMl_E_3YR31o_NMZ3mAGttUxM7uSmKs3Q_113YDGqVsM4qoigRDBFoxMMJTTha-0DfX_XRMFVgkL2xMTEcCB6kXArtx6H7WAg6t7j_YHTlK9eUTJwdVEfL1YW_n_rKM4/s400/ScreenHunter_03+Oct.+16+19.17.jpg


Anda bisa login menggunakan username antok, ataupun username anisa, yang sudah anda buat pada saat
konfigurasi mail server tadi.

Tidak ada komentar:

Posting Komentar