diff --git a/object-storage/s5cmd.md b/object-storage/s5cmd.md index 59525d7892307efe6588d4fd17839684beddc6d3..bf34bd842ce0fe890d82e4774bdc6d4b63275267 100644 --- a/object-storage/s5cmd.md +++ b/object-storage/s5cmd.md @@ -28,7 +28,7 @@ Please insert into **.aws/credentials** the folowing options. s5cmd --endpoint-url=https://s3.clX.du.cesnet.cz cp myfile s3://bucket -???+ note "How to achieve high transfer speed" +???+ note "How to achieve high transfer speed?" To achieve higher speed for data transfers it is necessary to modify the following parameters, particularly utilize or CPU cores and workers, see below.<br/> s5cmd --endpoint-url=https://s3.clX.du.cesnet.cz cp -c=8 -p=5000 /directory/big-file s3://bucket diff --git a/object-storage/winscp.md b/object-storage/winscp.md new file mode 100644 index 0000000000000000000000000000000000000000..862f808a452c649739aa9a9d8eb9fa8580290d2e --- /dev/null +++ b/object-storage/winscp.md @@ -0,0 +1,40 @@ +--- +languages: + - en + - cs +--- + +# WinSCP - S3 usage + +[WinSCP](https://winscp.net/eng/index.php) is the popular SFTP client and FTP client for Microsoft Windows! Transfer files between your local computer and remote servers using FTP, FTPS, SCP, SFTP, WebDAV or S3 file transfer protocols. + +## WinSCP installation +Please use the package directly from [WinSCP](https://winscp.net/eng/download.php) for installation. Installation is common and no special settings are required. + +## WinSCP configuration + +Run the tool. + +{ style="display: block; margin: 0 auto" } + +The storage connection is made via **Session** from the main menu and the **New session**. + +{ style="display: block; margin: 0 auto" } + +In the drop-down menu **File protocol** select **Amazon S3**. + +{ style="display: block; margin: 0 auto" } + +Then insert **Host name** `s3.clX.du.cesnet.cz` where replace **X** with the number of the cluster associated with your S3 account. Port `443` will be pre-filled automatically. Copy `access_key` into the field Access key ID and `secret_key` into the Secret access key - you received both of these keys encrypted from the administrators. + +{ style="display: block; margin: 0 auto" } + +Select **Advanced** settings. + +{ style="display: block; margin: 0 auto" } + +The field `Default region` leave blank! A Style URL **Path** and confirm OK. Then click **Connect**. + +{ style="display: block; margin: 0 auto" } + +Then the storage is connected and you will see a list of your buckets on the right side. Or you can start to create own buckets. diff --git a/winscp-screenshots/winscp_setup1en.png b/winscp-screenshots/winscp_setup1en.png new file mode 100644 index 0000000000000000000000000000000000000000..37e8ba2c610100467bb0e9b4a05ea2f048727e9b Binary files /dev/null and b/winscp-screenshots/winscp_setup1en.png differ diff --git a/winscp-screenshots/winscp_setup2en.png b/winscp-screenshots/winscp_setup2en.png new file mode 100644 index 0000000000000000000000000000000000000000..7c41b47be187ace71fc86c4eacf1cd8e170ebf24 Binary files /dev/null and b/winscp-screenshots/winscp_setup2en.png differ diff --git a/winscp-screenshots/winscp_setup3en.png b/winscp-screenshots/winscp_setup3en.png new file mode 100644 index 0000000000000000000000000000000000000000..bc83d1aa6a24734c4e34772f9c82a62c8645c741 Binary files /dev/null and b/winscp-screenshots/winscp_setup3en.png differ diff --git a/winscp-screenshots/winscp_setup4en.png b/winscp-screenshots/winscp_setup4en.png new file mode 100644 index 0000000000000000000000000000000000000000..164c185aee42bd872e800bc5857e545b7150e65f Binary files /dev/null and b/winscp-screenshots/winscp_setup4en.png differ diff --git a/winscp-screenshots/winscp_setup5en.png b/winscp-screenshots/winscp_setup5en.png new file mode 100644 index 0000000000000000000000000000000000000000..aed039383c3689fbc713bc802b817850ab2fbe8a Binary files /dev/null and b/winscp-screenshots/winscp_setup5en.png differ diff --git a/winscp-screenshots/winscp_setup6en.png b/winscp-screenshots/winscp_setup6en.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9d409492d28b157d5a377b077cc9536245e12e Binary files /dev/null and b/winscp-screenshots/winscp_setup6en.png differ