public
Description: ftpmount helper script for curlftpfs
Homepage: http://onjin.net/index.php/category/ftpmount
Clone URL: git://github.com/onjin/ftpmount.git
Marek Wywiał (author)
Thu Jun 25 03:25:40 -0700 2009
name age message
file .ftpmountrc Loading commit data...
file README
file ftpmount
README
Helper script for mounting ftp resources by 'curlftpfs' and magane pool of connections in configuration file.
Dependency:
 * curlftpfs
 * python >= 2.4

Usage:
 * ftpmount -l   # list available connections
 * ftpmount connection_name # mount given connection name in configured mountpoint
 * ftpmount -u connection_name # umount given connection 

Configuration:
 * file .ftpmountrc in current dir
 * or file .ftpmountrc in home dir
 * or file specified by -c option

Configuration file syntax:

[hostone.pl]
host=ftp.hostone.pl
user=userone
pass=passone ; jak nie podamy tego wpisu, program się zapyta o hasło
mountpoint=hostone.pl

[hosttwo.pl]
host=ftp.hosttwo.pl
user=usertwo
mountpoint=hosttwo.pl