> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-admin-guide/parallels-ras-21-administrators-guide/user-device-management-and-client-policies/configuring-remote-file-transfer.md).

# Configuring remote file transfer

Parallels RAS provides end users with the ability to transfer files remotely to and from a remote server.

{% hint style="info" %}
**Note:** At the time of this writing, file transfer is supported in Parallels Web Client and Parallels Client for Chrome only. Bidirectional file transfer is supported in Parallels Web Client only. In Parallels Client for Chrome, you can only enable or disable file transfer.
{% endhint %}

To make the remote file transfer functionality flexible, Parallels RAS allows you to configure it on the following three levels:

* [RD Session Host, Provider, or Remote PC](/landing/ras-admin-guide/parallels-ras-21-administrators-guide/user-device-management-and-client-policies/configuring-remote-file-transfer/configure-file-transfer-to-a-server.md)
* [RAS User Portal](/landing/ras-admin-guide/parallels-ras-21-administrators-guide/user-device-management-and-client-policies/configuring-remote-file-transfer/configure-file-transfer-in-user-portal.md)
* [Gateway settings in Web Client](/landing/ras-admin-guide/parallels-ras-21-administrators-guide/parallels-web-client-and-user-portal/configure-themes/web-client-settings/gateway.md)
* [Client policy](/landing/ras-admin-guide/parallels-ras-21-administrators-guide/user-device-management-and-client-policies/configuring-remote-file-transfer/configure-file-transfer-for-a-client-policy.md)

File transfer settings that you configure on each level take precedence in the order listed above. For example, if you enable file transfer on a User Portal, but disable it on an RD Session Host, file transfer will be disabled for all users who connect to the given RD Session Host through the given User Portal. As another example, you can enable file transfer on an RD Session Host and then disable it for a particular Client policy (or an User Portal). This way you can control which clients can use file transfer and which cannot.

Read the subsequent sections to learn how to configure file transfer on each level.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-admin-guide/parallels-ras-21-administrators-guide/user-device-management-and-client-policies/configuring-remote-file-transfer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
