Changes
Page history
Update home
authored
Mar 04, 2020
by
Jonathan Lambrechts
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
aab72651
...
@@ -30,4 +30,14 @@ you can now connect to the ampl virtual machine simply with
...
@@ -30,4 +30,14 @@ you can now connect to the ampl virtual machine simply with
```
```
ssh AMPL_MEMA
ssh AMPL_MEMA
```
```
## transfer files from os x
## transfer files from os x
\ No newline at end of file
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