You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Browser-based RDP supports connecting to Windows machines with the following for
180
180
181
181
#### Security Accounts Manager (SAM)
182
182
183
-
SAM is supported with and without spaces.
183
+
SAM-formatted user identifiers are supported with and without spaces.
184
184
185
185
`domain\user with spaces` format:
186
186
- The domain may have a maximum of 20 characters.
@@ -198,7 +198,7 @@ Examples:
198
198
199
199
#### User Principal Name (UPN)
200
200
201
-
UPN is supported with spaces, quotes, and unquoted.
201
+
UPN-formatted user identifiers are supported with spaces, quotes, and unquoted.
202
202
203
203
Examples:
204
204
-`"user with spaces"@domain.org`
@@ -211,14 +211,19 @@ Examples:
211
211
212
212
### Clipboard file formats
213
213
214
-
Browser-based RDP supports the following file formats for clipboard copy and paste actions:
214
+
Browser-based RDP supports the following formats for text-based copy and paste actions:
215
215
- "text/plain"
216
216
- "text/html"
217
217
- "image/png"
218
218
- "HTML Format" (via CF_HTML)
219
219
- CF_UNICODETEXT
220
220
- CF_DIBV5 (Windows native bitmap formats)
221
221
222
+
:::note
223
+
File transfer is not supported presently (see Known limitations below). Copying and pasting any file from the local machine to the remote machine or vice versa will not succeed.
0 commit comments