From 88ccdf22fb9db16408699bf94b8ed512320752b1 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Mon, 6 May 2024 10:56:37 +0200 Subject: [PATCH] Update shell-and-data-access.md --- docs.it4i/general/shell-and-data-access.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md index a95aca74e..ca49aef0b 100644 --- a/docs.it4i/general/shell-and-data-access.md +++ b/docs.it4i/general/shell-and-data-access.md @@ -226,7 +226,7 @@ Once set up, run the hqtransfer script listed below: local $ ./hqtransfer mybigfile username@cluster-name.it4i.cz outputpath/outputfile ``` -The hqtransfer script is listed below: +The hqtransfer script: ```console #!/bin/bash @@ -259,6 +259,8 @@ Copy-paste the script into `hqtransfer` file and set executable flags: local $ chmod u+x hqtransfer ``` +The `hqtransfer` script is ready for use. + ### 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. -- GitLab