CurlFtpFS
Article status
This article has some todo items:
CurlFtpFS allows for mounting an FTP folder as a regular directory to the local directory tree.
Installation[edit | edit source]
Kernel[edit | edit source]
CurlFtpFS needs FUSE activated in the kernel:
KERNEL Activating FUSE
File systems ---> <*> FUSE (Filesystem in Userspace) support
Emerge[edit | edit source]
Install net-fs/curlftpfs:
root #
emerge --ask net-fs/curlftpfs
Usage[edit | edit source]
As a regular user[edit | edit source]
First, create a mount point:
user $
mkdir ./ftp
Mounting[edit | edit source]
Then mount the necessary catalog from the server to this mount point:
user $
curlftpfs ftp://server/catalog/ ./ftp/ -o user=username:password,utf8
Unmounting[edit | edit source]
user $
fusermount -u ./ftp
As root[edit | edit source]
One-time mount[edit | edit source]
/etc/fstab[edit | edit source]
See also[edit | edit source]
- SSHFS — a secure shell client used to mount remote filesystems to local machines.
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.