This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
CurlFtpFS
From Gentoo Wiki (test)
Article status
This article has some todo items:
CurlFtpFS allows one to mount a FTP folder as a regular directory to the local directory tree.
Installation
Kernel
CurlFtpFS needs FUSE activated in the kernel:
'"`UNIQ--pre-00000001-QINU`"'
Emerge
Install net-fs/curlftpfs:
root #
emerge --ask net-fs/curlftpfs
Usage
As a regular user
First, create a mount point:
user $
mkdir ./ftp
Mounting
Then mount the necessary catalog from the server to this mount point:
user $
curlftpfs ftp://server/catalog/ ./ftp/ -o user=username:password,utf8
Unmounting
user $
fusermount -u ./ftp