#
# 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
#