Skip to content

Commit 77a4901

Browse files
committed
adjustments thanks to some feedback!
1 parent e74ff5b commit 77a4901

File tree

1 file changed

+8
-3
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp

1 file changed

+8
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Browser-based RDP supports connecting to Windows machines with the following for
180180

181181
#### Security Accounts Manager (SAM)
182182

183-
SAM is supported with and without spaces.
183+
SAM-formatted user identifiers are supported with and without spaces.
184184

185185
`domain\user with spaces` format:
186186
- The domain may have a maximum of 20 characters.
@@ -198,7 +198,7 @@ Examples:
198198

199199
#### User Principal Name (UPN)
200200

201-
UPN is supported with spaces, quotes, and unquoted.
201+
UPN-formatted user identifiers are supported with spaces, quotes, and unquoted.
202202

203203
Examples:
204204
- `"user with spaces"@domain.org`
@@ -211,14 +211,19 @@ Examples:
211211

212212
### Clipboard file formats
213213

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:
215215
- "text/plain"
216216
- "text/html"
217217
- "image/png"
218218
- "HTML Format" (via CF_HTML)
219219
- CF_UNICODETEXT
220220
- CF_DIBV5 (Windows native bitmap formats)
221221

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.
224+
:::
225+
226+
222227
### Cloudflare products
223228

224229
<Render file="access/self-hosted-app/product-compatibility" product="cloudflare-one" />

0 commit comments

Comments
 (0)