Skip to content

Instantly share code, notes, and snippets.

@fabiocannas
Created October 3, 2024 10:21
Show Gist options
  • Select an option

  • Save fabiocannas/7be34a0f11a7d0445fb30d58609fc360 to your computer and use it in GitHub Desktop.

Select an option

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
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