Software >
FTP + curl + FUSE > mount >
http://curlftpfs.sourceforge.net/
https://sourceforge.net/projects/curlftpfs/
-
2009-07-03 - 0.9.2 on PCLinuxOS 2007
Table of Contents [hide]
2009-07-03 - 0.9.2 ∞
Made my ~/.netrc
file with:
machine ftp.host.com login myuser password mypass
then:
chmod 600 ~/.netrc
.. well, i can't get this to work.
fuse: failed to open /dev/fuse: Permission denied
usermod -a -G fuse user
Nope.
As root, I do:
# as root mkdir /mnt/root chmod 777 /mnt/root curlftpfs -f -d -o allow_other -o user="user:pass" host /mnt/ftp
I made a curlftpfs-root
using my Make something prompt for the root password, and run as root trick.
Last updated 2020-05-17 at 13:35:48
ported