Skip to content
Snippets Groups Projects
Commit 88ccdf22 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Update shell-and-data-access.md

parent 1d24dcf8
No related branches found
No related tags found
1 merge request!468Master
Pipeline #37849 failed
...@@ -226,7 +226,7 @@ Once set up, run the hqtransfer script listed below: ...@@ -226,7 +226,7 @@ Once set up, run the hqtransfer script listed below:
local $ ./hqtransfer mybigfile username@cluster-name.it4i.cz outputpath/outputfile local $ ./hqtransfer mybigfile username@cluster-name.it4i.cz outputpath/outputfile
``` ```
The hqtransfer script is listed below: The hqtransfer script:
```console ```console
#!/bin/bash #!/bin/bash
...@@ -259,6 +259,8 @@ Copy-paste the script into `hqtransfer` file and set executable flags: ...@@ -259,6 +259,8 @@ Copy-paste the script into `hqtransfer` file and set executable flags:
local $ chmod u+x hqtransfer local $ chmod u+x hqtransfer
``` ```
The `hqtransfer` script is ready for use.
### Data Transfer From Windows Clients ### Data Transfer From Windows Clients
On Windows, use the [WinSCP client][c] to transfer data. The [win-sshfs client][d] provides a way to mount the cluster filesystems directly as an external disc. On Windows, use the [WinSCP client][c] to transfer data. The [win-sshfs client][d] provides a way to mount the cluster filesystems directly as an external disc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment