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