Sie befinden sich hier: eisfair / Pack-Eis
News News News

Navigation

Content

Dateianzeige für curlftpfs (0.1.1)

usr/share/doc/curlftpfs/curlftpfs.txt
CurlFtpFS - A FTP filesystem based on cURL and FUSE Description CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl. Features CurlFtpFS differentiates itself from other FTP filesystems because it features: * SSLv3 and TLSv1 support * connecting through tunneling HTTP proxies * automatically reconnection if the server times out * transform absolute symlinks to point back into the ftp file system Downloads Use the project page at sourceforge: http://sf.net/projects/curlftpfs Examples Using CurlFtpFS is quite simple. Take a look at this example: $ mkdir foobar $ curlftpfs ftp://ftp.foo.bar/ foobar/ $ cd foobar/ $ ls -l total 16 drwxrwxrwx 3 foo bar 4096 Apr 14 09:55 etc drwxrwxrwx 2 foo bar 4096 Apr 14 09:54 tmp drwxrwxrwx 4 foo bar 4096 Apr 14 09:55 usr drwxrwxrwx 3 foo bar 4096 Apr 14 09:54 var $ $ cd .. $ fusermount -u foobar/ --------------------------------------------------------------------------- If you want to run fuse automatically on every eisfair-start, please load fuse kernel-module in base-config. Links: [1] http://fuse.sourceforge.net/