Created
October 3, 2024 10:21
-
-
Save fabiocannas/7be34a0f11a7d0445fb30d58609fc360 to your computer and use it in GitHub Desktop.
Allow filezilla user to connect via FTP to Azure Fileshare mount on Azure Win VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| runas /user:filezilla cmd.exe | |
| cmdkey /add:{storage-account}.file.core.windows.net /user:{storage-account} /pass:{account-key} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment