Posts

Showing posts with the label proftpd

Virtual host on proftpd

Image
If you want to create virtual host for your FTP, just edit your proftpd.conf # vi proftpd.conf Note that ip_address_1 dan ip_address_2 owned by this server. We also can configure another port that will be use for specific virtual host.

User jail on Proftpd

If you want to jail user when logging in to FTP server only to their home directory, you should edit line below : # more /usr/local/etc/proftpd.conf ---------------- DefaultRoot ~ ---------------- But if you want user can change directory to all directory, you just uncomment that line.