... | ... | @@ -31,3 +31,13 @@ you can now connect to the ampl virtual machine simply with |
|
|
ssh AMPL_MEMA
|
|
|
```
|
|
|
## 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 |