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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
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.
Please note that all contributions to AbahDoku Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see AbahDoku Wiki:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)