mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-21 07:30:27 +00:00
Updated grammar and markdown syntax; fixed bug in control-mobile
This commit is contained in:
@@ -3,20 +3,18 @@ title: Mobile
|
||||
weight: 1
|
||||
---
|
||||
|
||||
### Remote Control
|
||||
------
|
||||
### Remote Control
|
||||
|
||||
Enter the ID of remote device in the home page or select a historical device to verify.
|
||||
Enter the ID of the remote device in the home page or select a historical device to verify.
|
||||
After the verification is successful, you can control remote device.
|
||||
|
||||
| Home | Successfully connected |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||
Input control provides two modes: `mouse mode` and `touch mode`, which can be switched through the lower toolbar.
|
||||
|
||||
Input control provides `mouse mode`/`touch mode` two modes, which can be switched through the lower toolbar.
|
||||
|
||||
| Enter | Mode selection |
|
||||
| Mouse settings | Mode selection |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||
@@ -25,44 +23,42 @@ In `mouse mode`,you can also trigger the remote device's `Right Mouse` with a `T
|
||||
{{% /notice %}}
|
||||
|
||||
### File Transfer (Android)
|
||||
------
|
||||
|
||||
require RustDesk 1.1.9+.
|
||||
> Requires RustDesk 1.1.9+
|
||||
|
||||
In the device list on the home page, select the device.
|
||||
|
||||
Long press or tap more options on the right to select `File Transfer`
|
||||
Long press or tap the menu on the right to select `File Transfer`
|
||||
|
||||
| Home | Successfully connected |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||
|
||||
|
||||
- The initial directory is the Home directory of the device, you can click <i class="fas fa-home"></i> to quickly return to Home.
|
||||
- Below the title bar is the directory level, you can click the corresponding folder to jump quickly.
|
||||
- Click <i class="fas fa-arrow-up"></i> to access the parent directory.
|
||||
- The current absolute path and project statistics will be prompted at the bottom of the list.
|
||||
- Click `Local` / `Remote` in the title bar to switch pages.
|
||||
|
||||
#### How do I transfer files?
|
||||
|
||||
#### **How to transfer files?**
|
||||
1. **Long press** on a file or folder in the list to quickly enter the **multiple selection mode**, which can select multiple items.
|
||||
2. After selecting the file(s), switch the `local` / `remote` page. After switching, you will see the `Paste here?` prompt at the bottom of the screen.
|
||||
3. Click the paste file icon in the picture to transfer the selected item(s) to the target directory.
|
||||
|
||||
| Multi-Select Mode | File Paste |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||
1. **Long press** on a file or folder in the list to quickly enter the **multiple selection mode**, which can delete multiple items or transfer files.
|
||||
2. After selecting the file, switch the `local` / `remote` page, after switching the page, you will see `Paste here? ` prompt, click the paste file icon in the picture to transfer the selected file/folder to the target directory.
|
||||
### Set ID/Relay Server
|
||||
|
||||
### **Set ID/Relay Server**
|
||||
------
|
||||
Click `Settings` on the bottom navigation bar, enter the settings page and click `ID/Relay Server`.
|
||||
After entering and submitting, it will automatically switch to the specified server.
|
||||
You can also configure by scanning [QR code](https://rustdesk.com/docs/en/self-host/console/images/console-home.png?v2).
|
||||
1. Click `Settings` on the bottom navigation bar.
|
||||
2. Click `ID/Relay Server`.
|
||||
3. Enter your ID Server hostname/IP Address in the `ID Server` field. Leave `Relay Server` and `API Server` blank, and enter your public key (optional, required for encryption) in the `Key` field. Press **OK** to save your settings. It will automatically switch to the specified server.
|
||||
|
||||
You can also configure it by scanning a QR code.
|
||||
The picture below is a screenshot of Android. If it is iOS, please check top-right menu on the home page.
|
||||
|
||||

|
||||
|
||||
|
||||
For details of self-host server, please refer to [self-host](/docs/en/self-host/)
|
||||
For details of self-host server, please refer to [self-host](/docs/en/self-host/)
|
||||
|
||||
Reference in New Issue
Block a user