FTP Server di Docker Container: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 May 2025

  • curprev 13:3913:39, 8 May 2025Akhyar talk contribs 2,637 bytes +864 No edit summary undo
  • curprev 12:4112:41, 8 May 2025Akhyar talk contribs 1,773 bytes +1,773 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..."