diff --git a/examples/config b/examples/config new file mode 100644 index 0000000..6e9bbe3 --- /dev/null +++ b/examples/config @@ -0,0 +1,2 @@ +# +# diff --git a/examples/default.map b/examples/default.map new file mode 100644 index 0000000..9242125 --- /dev/null +++ b/examples/default.map @@ -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 +# +