# WinSCP

**WinSCP** — an **SFTP** and **SCP** protocol graphical client for Windows. Using it, you can exchange files between the TRIK controller and the computer using the **SCP** protocol.

![](/files/-M0NvQC6Lt_KBwMU5uVP)

## Run WinSCP from TRIK Studio

To start the utility go to the menu `Tools → External tools → WinSCP`.

![](/files/-MSiQxi7U9lB6bzoO3Ow)

## Connect to the TRIK controller in WinSCP

1\. In the directory with TRIK Studio installed, go to the `winscp` folder and run `WinSCP.exe.`

2\. Fill in the next fields:

* **File protocol:** SCP
* **Host name:** [controller IP address](/en/trik/wi-fi/network-connection.md#accesspoint).
* **User name:** root.

Leave the `Password` field blank.

![](/files/-M0NwQw7xR5anMK4FT1Q)

3\. Press the "Login" button.

4\. If "Warning" window is opened, press «Yes».

{% hint style="info" %}
This warning occurs when **WinSCP** connects to a new **SSH** server.
{% endhint %}

5\. On the left side of the application, the file system of your computer will be, on the right - the file system of the TRIK controller.

![](/files/-M0DFmDLXNyrNAP6gPw2)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.trikset.com/en/studio/utilities/winscp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
