Skip to content

Commit

Permalink
Merge pull request #67 from gkaf89/refactor/data-transfer
Browse files Browse the repository at this point in the history
[BUGFIX:data-transfer] Add missing space in SSHFS command example
  • Loading branch information
gkaf89 authored Jul 12, 2024
2 parents fc3e683 + f61b3f2 commit adc8dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Proceed as follows (_assuming_ you have a working [SSH connection](../connect/ss
```bash
# Create a local directory for the mounting point
mkdir -p ~/ulhpc # Your prefered mount point
sshfs iris-cluster:~/ulhpc -o follow_symlinks -o reconnect -o dir_cache=no
sshfs iris-cluster: ~/ulhpc -o follow_symlinks -o reconnect -o dir_cache=no
```
Options used:

Expand Down

0 comments on commit adc8dbc

Please sign in to comment.