tencent cloud

Tencent Cloud Lighthouse

Release Notes and Announcements
Image Release Notes
Announcements
Product Introduction
Overview
Basic Concepts
Strengths
Scenarios
Use Limits
Region and Network Connectivity
Product Comparison
User Guide
Billing
Billing Overview
Instance Package
Pricing Details
Purchase Methods
Configuration Adjustment (for Upgrade Only)
Overdue Payments
Refund
Getting Started
One-Click Application Creation Using Lighthouse
Quick Instance Creation
User Guide
Instances
Cloud Disks
Images
Firewall
Private Network Interconnection
Data Backup and Restoration Using Snapshots
Cloud Access Management
OPS and Monitoring
File Transfer
Use Cases
Website Building
Development Environment Building
Cloud Storage System Building
E-commerce Platform Building
Personal Live Streaming Room Building
FTP Service Building
SSL Certificate Installation
Troubleshooting
Windows Instance: RDP Connection to the Remote Computer Fails
Windows Instance: Offline Password Resetting Fails or Invalid
Linux/Windows Instance: Online Password Resetting Fails or Invalid
API Documentation
History
Introduction
API Category
Making API Requests
Image APIs
Firewall APIs
Key APIs
Instance APIs
Snapshot APIs
CCN APIs
Other APIs
Cloud Disk APIs
Scene APIs
Package APIs
Quota APIs
Region APIs
Data Types
Error Codes
FAQs
Agreements
Privacy Policy
Data Processing And Security Agreement
Contact Us
DokumentasiTencent Cloud LighthouseUser GuideFile TransferUsing Remote Desktop on Linux to Transfer Files to Windows Lighthouse

Using Remote Desktop on Linux to Transfer Files to Windows Lighthouse

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2022-05-12 12:24:13

Overview

rdesktop is an open source client for Remote Desktop Protocol (RDP) that allows a local computer to connect to a Windows Lighthouse instance. This document describes how to use it to upload files from a Linux computer to a Lighthouse instance with the Windows Server 2012 R2 operating system.

Prerequisites

You have obtained the Lighthouse instance admin account and password.
The default admin account of a Windows Lighthouse instance is Administrator.
If you forgot the login password, you can reset it.

Directions

Obtaining public IP

Log in to the Lighthouse console and get the public IP of the target Lighthouse instance on the Instances page.

Installing rdesktop

1. Open a terminal window and run the following command to download rdesktop. This step uses rdesktop v1.8.3 as an example.
wget https://github.com/rdesktop/rdesktop/releases/download/v1.8.3/rdesktop-1.8.3.tar.gz
If you want to install the latest version, visit the rdesktop page on GitHub to find it. Then replace the path in the command with that of the latest version.
2. Run the following commands to decompress the installation package and enter the directory.
tar xvzf rdesktop-1.8.3.tar.gz
cd rdesktop-1.8.3
3. Run the following commands to compile and install rdesktop.
./configure
make
make install
4. After the installation is complete, run the following command to check if rdesktop is successfully installed:
rdesktop

Uploading files

1. Run the following command to specify the folder shared to the Lighthouse instance:
rdesktop Lighthouse instance public IP -u Lighthouse instance account -p Lighthouse instance login password -r disk:Specified shared folder name=Local folder path
For example, run the following command to share the /home folder on your local Linux computer with the specified Lighthouse instance, and rename it as share.
rdesktop 118.xx.248.xxx -u Administrator -p 12345678 -r disk:share=/home
If the operation is successful, the Windows desktop will appear. Click

in the lower-left corner and select My Computer to see a list of shared folders as shown below:


2. Double-click a shared folder to open it. Copy desired local files to another drive of the Windows Lighthouse instance. For example, copy the file A from the share folder to the C drive of the Windows Lighthouse instance.

Downloading files

To download files from the Windows Lighthouse instance to your computer, you only need to copy desired files from the instance to a shared folder.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan