Skip to content
Snippets Groups Projects
Commit c25803b1 authored by Milan's avatar Milan
Browse files

winscp guide

parent 92113812
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
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.
![](winscp-screenshots/winscp_setup1en.png){ style="display: block; margin: 0 auto" }
The storage connection is made via **Session** from the main menu and the **New session**.
![](winscp-screenshots/winscp_setup2en.png){ style="display: block; margin: 0 auto" }
In the drop-down menu **File protocol** select **Amazon S3**.
![](winscp-screenshots/winscp_setup3en.png){ 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.
![](winscp-screenshots/winscp_setup4en.png){ style="display: block; margin: 0 auto" }
Select **Advanced** settings.
![](winscp-screenshots/winscp_setup5en.png){ style="display: block; margin: 0 auto" }
The field `Default region` leave blank! A Style URL **Path** and confirm OK. Then click **Connect**.
![](winscp-screenshots/winscp_setup6en.png){ 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.
winscp-screenshots/winscp_setup1en.png

218 KiB

winscp-screenshots/winscp_setup2en.png

288 KiB

winscp-screenshots/winscp_setup3en.png

224 KiB

winscp-screenshots/winscp_setup4en.png

261 KiB

winscp-screenshots/winscp_setup5en.png

231 KiB

winscp-screenshots/winscp_setup6en.png

230 KiB

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