Azure WebApp provides an FTP username that contains special characters \$ that SFTP does not accept #317
-
Azure provides a username for accessing a webapp via FTP that cannot be modified. The problem is that this username contains special characters, in this case a back slash followed by a dollar sign $. Entering this as a username into the .json file to configure the FTP access to Azure produces an error message. Is there a way to make SFTP accept this username? |
Beta Was this translation helpful? Give feedback.
Answered by
satiromarra
Jun 19, 2023
Replies: 2 comments
-
@ruedigerbr Use a double escape like: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Natizyskunk
-
Hi Natan,
Thanks!!
…________________________________
From: Natan FOURIÉ ***@***.***>
Sent: Friday, June 30, 2023 4:22:16 AM
To: Natizyskunk/vscode-sftp ***@***.***>
Cc: Rüdiger Brodowski ***@***.***>; Mention ***@***.***>
Subject: Re: [Natizyskunk/vscode-sftp] Azure WebApp provides an FTP username that contains special characters \$ that SFTP does not accept (Discussion #317)
Closed #317<#317> as resolved.
—
Reply to this email directly, view it on GitHub<#317>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A3A2XIUC6PLDVLV7VU6WCPDXNYZ5RANCNFSM6AAAAAAVENV3L4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ruedigerbr Use a double escape like:
blablabla\\$blobloblo