Editing FTP Server di Docker Container
Revision as of 12:41, 8 May 2025 by Akhyar (talk | contribs) (Created page with "= FTP Server (Cara 1) = Cara 1 ini menggunakan proftpd. Untuk menginstall proftpd diperlukan apache. docker run -dit --name my-apache-app -p 80:80 -p 21:21 -p 1100-1110:1100-1110 httpd:2.4 Jalankan container my-apache-app di dalam docker. docker exec -it my-apache-app /bin/bash Update dulu. apt-get update Install proftp. apt-get install proftpd Install edit nano. apt-get install nano Edit proftpd.conf nano /etc/proftpd/proftpd.conf bagian yang perlu di edit adalah...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.