This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Helper script for mounting ftp resources by ‘curlftpfs’ and magane pool of connections in configuration file.
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






