NAME
perlsshfs - mounting script for Fuse::PerlSSH::FS
SYNOPSIS
perlsshfs [user@]host:[dir] mountpoint [options]
EXAMPLES
perlsshfs user@example.com:/home/user /mnt/remote -p 12345 --debug
perlsshfs example.com:/home/user /mnt/remote
OPTIONS
- --login, -l
-
Username to use for the SSH login. You can choose between supplying the username as part of the host string (with "at", @) or by using this option switch.
- --mountpoint, -m
-
Location where to mount the remote filesystem via perlsshfs. You can choose between supplying the mountpoint as the second argument or by using this option switch.
- --port, -p
-
You can specify a different SSH port, if needed. Defaults to 22.
- --debug, -D
-
Switch on debugging output. Incremental. You can repeat this option up to two times. 1x means debug output from Fuse::PerlSSH::FS, 2x adds the debug messages from Fuse.
- --help, -h
-
Output this help text.
Please note that this script currently blocks (will remain in the foreground) until the mount is unmounted with sudo umount mountpoint.
SEE ALSO
More information about what this mounting script does can be found in the documentation of the backend module Fuse::PerlSSH::FS.
AUTHOR
Clipland GmbH http://www.clipland.com/
COPYRIGHT & LICENSE
Copyright 2012-2013 Clipland GmbH. All rights reserved.
This library is free software, dual-licensed under GPLv3/AL2. You can redistribute it and/or modify it under the same terms as Perl itself.