Mounting a drive

Linux

Create a script named "mount-miles-dev" and set it to executable.  In the script place the following

#!/bin/sh
fusermount -z -u /home/[yourMachine'sUserName]/MyDev
sshfs -o transform_symlinks -o idmap=user [yourDevUserName]@theserver.com:/home/[yourDevUserName] ~/My_Dev

Windows

Use SFTP Netdrive https://www.eldos.com/sftp-net-drive/ to mount your saturn dev as a drive.

OR

Have server admin set you up a SMBA share connection

Mac

{ellifino}

section: