-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird Behaviors in Azure.Blob.Storage SFTP #368
Comments
Same here, definitely believe it's an issue with Azure storage because the system works if it target a normal SFTP. Might look into how this works and how viable an "Azure Compatibility Mode" is. |
Ran into the same problem. I tried some of the suggestions in other issues related to permissions, but no success: #101 (comment) On linux, Maybe on windows create file operations are trying to create a file then separately update the contents? I think I've seen such a thing happen with CIFS. But it's been a while since I've dug into some of these details with Samba. If that is indeed how create file operations work for windows mapped drives, then there is probably no easy workaround. |
Hi, I tried to connect using sshfs and I mounted the container. However. I have no access to the container. all access refused on the drive even reading and I can't change any permission on it from windows. |
Hi, with this command I can only create folder but no files are authorized. |
Azure Blob Storage now supports SFTP
I tried to mount Blob Storage Account with "sshfs-win" it was successfully mounted Drive as "Z:" with full access (Read,Write,List,Delete,Create)
I can list files/directories in "Z:"
I can create directories in "Z:"
I can copy file/directories to local drive from "Z:"
BUT
I can't create a new file in "Z:"
I can't copy local files to "Z:"
It says "You need permission to perform this action"
I am trying to understand. If the problem is because of my configuration or it is the limitation of Azure Blob SFTP
The text was updated successfully, but these errors were encountered: