SFTP Blob Storage: How can a user access/switch to other containers when connected via SFTP?

Mike P 21 Reputation points
2022-02-01T00:19:44.94+00:00

We've enabled SFTP via Blob Storage (Public Preview) and granted users access to multiple containers. How can a user access/switch to other containers when connected via SFTP? What I can only access is the container defined in the homedirectory though the user has permission to other containers.

Thanks!

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2022-02-01T21:28:43.873+00:00

    @Mike P
    I understand you wish to know how users can access containers other than their home container. Please correct me if I am misunderstanding the issue.

    You can only login to a single container per session. If you wish to connect to another container create a session and specify the container name after the storage account as part of the username.

    ******@myaccount.blob.core.windows.net  
    

    Here is what that will look like using WinSCP:

    170295-image.png

    Hope this helps! Let us know if you run into any problems or have further questions.

    Resources:
    https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support#home-directory

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.