Monday, November 14, 2011

FTP Server dengan proftpd

FTP SERVER
=====================
*** instalasi
# apt-get install proftpd

set ip sementara ping
# dhcpclient

**** configurasi
# updatedb
# locate proftpd.conf

#gedit /etc/proftpd/proftpd.conf

*** perhatikan

include /etc/proftpd/modules.conf

#DefaultRoot ~ //user disesuaikan dengan home

# Set the user and group that the server normally runs at.
User proftpd ganti menjadi ftp

task manajer linux
# ps aux
# kill xxx // nomor servicenya
# ifconfig eth0 10.0.0.3/24

CONTOH LATIHAN
BUAT FILE
touch /home/inixindo/yeee
lihat diretory kerja ftp
# pwd

** Download
# get namafile

** upload
# put namafile


untuk pengaturan anonimouse
#


# UserAlias anonymous ftp
UserAlias anonymous ftp

untuk mengetahui file yang bisa di upload
#!ls

No comments:

Post a Comment