
In this tutorial we will mount a ftp host as a local directory. For this we need a tool curlftpfs.
You can install curlftpfs with next commands:
Ubuntu / Debian
apt install curlftpfs -yRHEL
dnf install curlftpfs -yEdit fstab for automount connection after reboot:
curlftpfs#user:pass@ftp_host /mnt/ftp_storage fuse rw,uid=500,user,auto 0 0Apply settings:
mount -a