Transferring Files and Clipboard Content in a Remote Access Session
During both web-based and native client remote sessions, users—provided their assigned Access Profile permits it, may:
- Upload files from their local machine to the remote endpoint
- Download files from the remote endpoint to their local machine
- Copy clipboard text from their local machine to the remote endpoint
- Copy clipboard text from the remote endpoint to their local machine
Note
Important: If any of these transfer capabilities are set to Deny in the user’s Access Profile, the corresponding operation will be unavailable during the session.
Web Remote Sessions Transfer Options
The following sections describes how to transfer files or clipboard text during web based remote access sessions.
File Upload (RDP)
To upload a file from your local machine to the remote endpoint in a Windows (RDP) web based session, perform these steps:
Note
For file uploads larger than 20 MB in size, use the File Manager option described in Option 2: In-Session Toolbar.
Option 1: Drag and Drop:
- Start a web-based RDP session.
- Drag a file from your local file system into the browser session window.
- Upload begins automatically; total duration depends on file size.
- Once complete, open File Explorer in the remote session.
- Navigate to the
T on Gateway
drive to locate the uploaded file. - Move or copy the uploaded file to a native directory on the remote endpoint.
Option 2: In-Session Toolbar:
- Launch the web RDP session and open the In‑Session Toolbar (click the dropdown at the top center of the session).
- Click the Files button to open the in‑session file manager.
- From the Select Files to Upload parameter, use the Upload button to browse and select a local file, then click Open.
- Select the file to upload from your local machine and click the Open button to begin the upload.
- After upload completes, click OK in the confirmation dialog.
- Open File Explorer and locate the file under the
T on Gateway
drive. - Move or copy the uploaded file to a native directory on the remote endpoint.
File Download (RDP)
To download a file from the connected remote endpoint to your local machine in a Windows (RDP) web based session, perform these steps:
- Within the RDP session, locate and copy the file you want to download.
- Open the
T on Gateway
drive and paste the file into theDownload
folder. - The file will download via your browser and be saved to your default downloads location.
Tip
You may also download files using the In‑Session Toolbar’s file manager. Simply click on a file name to initiate a browser download.
File Upload (SSH)
To upload a file from your local machine to the remote endpoint in a SSH web based session, perform these steps:
Note
File transfers depend on the destination Unix server supporting SFTP. Although 12Port enables SFTP, it may be disabled on the remote server.
Option 1: Drag and Drop:
- Launch the web-based SSH session.
- Drag the local file into the SSH session window.
- After upload, you’ll find the file in the
home
directory of the logged-in user. - Move or copy the uploaded file to another directory on the remote endpoint if required.
Example: File 'logs.zip' was uploaded to the user's /home directory by dragging this file from local machine and dropping to the browser remote access session.
Option 2: In-Session Toolbar:
- Start the SSH session and open the In‑Session Toolbar (click the dropdown at the top center of the session).
- Click the Files button to open the in‑session file manager.
- From the Select Files to Upload parameter, use the Upload button to browse and select a local file, then click Open.
- After upload completes, click OK in the confirmation dialog.
- Upon completion, the file will appear in your user’s
home
directory. - Move or copy the uploaded file to another directory on the remote endpoint if required.
File Download (SSH)
To download a file from the connected remote endpoint to your local machine in a SSH web based session, perform these steps:
Note
File transfers depend on the destination Unix server supporting SFTP. Although 12Port enables SFTP, it may be disabled on the remote server.
Option 1: In-Session Toolbar File Browser:
- Start the SSH session and open the In‑Session Toolbar (click the dropdown at the top center of the session).
- Click Files, locate the file within the file manager, and click its name to trigger a download via the browser.
- This will begin to download the file to your local machine through the web browser. The file will download via your browser and be saved to your default downloads location.
Option 2: Send Tools Script:
- Start the SSH session and open the In‑Session Toolbar (click the dropdown at the top center of the session).
- Open the In‑Session Toolbar and click Send Tool to deploy the custom download tool to the user’s
home
folder. - Next run the following command to make the Send Tool executable:
chmod +x 12port
- Run the command to display the list of controls available.
./12port
- Example:
./12port -d logs.zip
to download a file namedlogs.zip
from the current directory.
- This will begin to download the file to your local machine through the web browser. The file will download via your browser and be saved to your default downloads location.
Example: File 'logs.zip' was downloaded to the local machine through the web browser using the Send Tools commands running on the remote endpoint.
Clipboard Upload (RDP or SSH)
To upload clipboard text from your local machine to the remote endpoint in a RDP or SSH web based session, perform these steps:
- Start the web based RDP or SSH remote session.
- Copy text from your local machine (Ctrl+C).
- In the remote session, open the In‑Session Toolbar and click Clipboard.
- Paste into the Clipboard field (Ctrl+V or right-click), then click Send and Close the dialog.
- Use Close to close the In-Session Toolbar dropdown.
- Now, in the remote session, paste the text where desired.
Clipboard Download (RDP or SSH)
To download clipboard text from the connected remote endpoint to your local machine in a RDP or SSH web based session, perform these steps:
- Start the web based RDP or SSH remote session.
- In the remote session, copy text from the endpoint.
- Paste it into your local machine (Ctrl+V or right-click) as needed.
Native Client Remote Sessions Transfer Options
The following sections describes how to transfer files or clipboard text during a native client remote session.
File Upload (RDP and SSH)
Coming Soon
File Download (RDP and SSH)
Coming Soon
Clipboard Upload or Download (RDP and SSH)
To upload or download clipboard text from the local or connected endpoint to your local or connected machine in a RDP Proxy or SSH Proxy remote access session, perform these steps:
- Connect to the remote endpoint using your preferred RDP or SSH client.
- Copy text from one machine (Ctrl+C or right-click Copy).
- Paste the text into the other machine (Ctrl+V or right-click Paste).