Update home authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
......@@ -30,4 +30,14 @@ you can now connect to the ampl virtual machine simply with
```
ssh AMPL_MEMA
```
## transfer files from os x
\ No newline at end of file
## transfer files from os x
Install fuse and sshfs from [osxfuse](https://osxfuse.github.io/), then create a local directory and mount the remote machine :
```
mkdir ampl_mema
sshfs AMPLE_MEMA: ample_mema
```
you can now edit and copy files transparently
When you are done, unmount the remote directory with
```
umount ample_mema
```
\ No newline at end of file