Share Files With RDP in Okta Advanced Server Access and Privileged Access
Last Updated:
Overview
Administrators share data files via Remote Desktop Protocol (RDP) from a client to a target server in Okta Advanced Server Access (ASA) and Okta Privileged Access (OPA) by using a macOS client running MacFreeRDP. Okta implements this RDP share functionality only in ScaleFT macOS clients using MacFreeRDP. Administrators use the command line to share specific directories with the target server.
Applies To
- Okta Identity Engine (OIE)
- Okta Classic Engine
- Okta Advanced Server Access (ASA)
- Okta Privileged Access (OPA)
- macOS Client Running MacFreeRDP
- Windows Target Server
- Remote Desktop Protocol (RDP)
Solution
How does an administrator share files with RDP in Okta Advanced Server Access and Privileged Access?
Verify the option is available and view the syntax by running the following command.
sft rdp -h
Share a directory with the target server by running the following command syntax, replacing <value> with the absolute path of the directory.
sft rdp --share <value>
Share an external USB drive with the target server by running the following example command.
sft rdp --share /Volumes/"My Passport for Mac" WIN-KCPSFJK1NU0.oktaice.local
Share a local user filesystem with the target server by running the following example command.
sft rdp --share /users/<username> <servername>
