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)
Jump to:navigation Jump to:search
This page contains changes which are not marked for translation.
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:

KERNEL Activating FUSE
'"`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

As root

One-time mount

/etc/fstab

See also