d65d61bf85
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1393 eaee96b3-f302-0410-b096-c6cfd47f7835
32 lines
434 B
Text
32 lines
434 B
Text
#
|
|
# Remote host (where you connect)
|
|
#
|
|
# Example:
|
|
# REMOTE_HOST=www.example.com
|
|
#
|
|
|
|
#
|
|
# Remote port (where you connect)
|
|
#
|
|
# Example:
|
|
# REMOTE_PORT=22
|
|
#
|
|
|
|
#
|
|
# Remote user (who you are on the remote side)
|
|
#
|
|
# Example:
|
|
# REMOTE_USER=$USER
|
|
#
|
|
|
|
#
|
|
# Map local directory to remote share
|
|
#
|
|
# Syntax:
|
|
# MAP=directory_name remote_directory
|
|
#
|
|
# Examples:
|
|
# MAP=Config /home/$USER/Documents
|
|
# MAP=Documents /home/common/Config
|
|
#
|
|
|