sshfs-mapper: Added config examples directory.

git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1393 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
Glenn Y. Rolland 2009-08-15 17:13:38 +00:00
parent 1b8bff22a0
commit ab9b4122e0
2 changed files with 34 additions and 0 deletions

2
examples/config Normal file
View file

@ -0,0 +1,2 @@
#
#

32
examples/default.map Normal file
View file

@ -0,0 +1,32 @@
#
# 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
#