Mount FTP Drive on Ubuntu that’s Anonymous

$ apt-get install curlftpfs
$ sudo /mnt/HS-DHGLF7B

Change the permissions for everyone to add/update/delete

The following command will mount it:
$ sudo curlftpfs -o allow_other 192.168.1.14 /mnt/HS-DHGLF7B/

This is for an FTP with a user account:
$ curlftpfs ftp-user:ftp-pass@my-ftp-location.local /mnt/my_ftp/

Leave a Reply