Tuesday, 14 January 2014

Install FTP Server dengan File Zilla di Ubuntu Server 12.04

FTP Server merupakan protokol untuk melakukan transfer file antar jaringan. Tutorial FTP Server ini menggunakan Proftpd Server.

Sekarang kita akan melakukan install FTP-Server nya...
Masuk sebagai root
# sudo su

Setelah itu install Proftpd...
# apt-get install proftpd

Pilih Standalone

install proftpd


Kemudian edit file konfigurasi proftpd
# vi /etc/proftpd/proftpd.conf

Cari codec DefaultRoot
Hapus tanda "#"
Kemudian simpan

Setelah selesai restart service proftpd
# /etc/init.d/proftpd restart

sekarang buka webbrowsernya kemudian ketikkan pada alamat URL:
ftp://alamat.IP.anda
Masukkan Username dan password USER anda...


Diatas adalah tampilan FTP server...

Untuk meng-upload lewat file zilla




Masukkan Username dan Password anda

Bagian kotak sebelah kiri adalah komputer kita, yang sebelah kanan milik FTP...
jadi jika ingin meng upload tinggal drag file dari sebelah kiri ke kanan...


Konfigurasi Anonymous Login tanpa password FTP

Masuk ke terminal, ketikkan perintah berikut...
# sudo vi /etc/proftpd/proftpd.conf

<Anonymous ~ftp>
#   User                                ftp
#   Group                               nogroup
#   # We want clients to be able to login with "anonymous" as well as "ftp"
#   UserAlias                   anonymous ftp
#   # Cosmetic changes, all files belongs to ftp user
#   DirFakeUser on ftp
#   DirFakeGroup on ftp
#
#   RequireValidShell           off
#
#   # Limit the maximum number of anonymous logins
#   MaxClients                  10
#
#   # We want 'welcome.msg' displayed at login, and '.message' displayed
#   # in each newly chdired directory.
#   DisplayLogin                        welcome.msg
#   DisplayChdir                .message
#
#   # Limit WRITE everywhere in the anonymous chroot
#   <Directory *>
#     <Limit WRITE>
#       DenyAll
#     </Limit>
#   </Directory>
#
#   # Uncomment this if you're brave.
#   # <Directory incoming>
#   #   # Umask 022 is a good standard umask to prevent new files and dirs
#   #   # (second parm) from being group and world writable.
#   #   Umask                           022  022
#   #            <Limit READ WRITE>
#   #            DenyAll
#   #            </Limit>
#   #            <Limit STOR>
#   #            AllowAll
#   #            </Limit>
#   # </Directory>
#
 </Anonymous>

Hapus tanda "#" pada konfigurasi Anonymous...

ok, selesai dah...

Share This!


No comments:

Post a Comment

Distributed By Blogger Themes | Designed By Seo Blogger Templates