Skip to content

SFTP Server

Gani Gunawan edited this page Mar 12, 2019 · 1 revision

-> Instalasi SFTPD

apt-get install proftpd

Pilih “stand alone” ketika muncul pilihan saat installasi.

-> Konfigurasi SFTPD

Setelah terinstall, pastikan sudah masuk sebagai akun root, edit file nano /etc/proftpd/proftpd.conf

Ubah ServerName dengan domain atau IP Server

ServerName "domain/IP"

Hilangkan # pada DefaultRoot

Sesudah itu save konfigurasinya dengan ctrl+x y Enter