I wanted to use azure blob storage as ftp in filezilla. So that i can easily do my operations. Please can anybody help me out for this issue. Thanks in advance.
0
votes
Try not to look at new technologies with old knowledge: there are lots of tools that facilitate simple interaction with Blob Storage. And they're probably simpler than using FTP. :D First result on searching: stackoverflow.com/questions/39992173/ftp-to-azure-blob-storage
– rickvdbosch
Are you asking for the same as in SFTP (and FTPS) protocol support for Azure Files? Note that people have developed solutions but apparently Azure does not support it directly.
– user34660
1 Answers
2
votes
As far as I know, we couldn't access the blob by using FTP.
The blob only provides client libraries and a REST interface that allows unstructured data to be stored and accessed at a massive scale in block blobs.
It will use http connection to connect to the azure storage.
Besides, azure provide a good tool to access azure storage, I suggest you could choose storage explorer to view the data.