Pergunta FTP to Azure

  • 2012年8月1日 20:07
     
     

    Hello,
    I am new to Azure and Learning the in's and outs.  My first quest is to set up storage to be used for data file storage (flat files) and they need to be FTP'ed to the Azure Cloud.  Any advise would be appreciated.

    Al

全部回复

  • 2012年8月1日 23:30
     
     
    No way to FTP into storage.  I'd say if you need to use FTP, you can maybe do the following.

    - Create a custom file system watcher on your existing file server, when a new file is detected or file is updated then upload it to Azure storage with your custom file watcher service.

    We do use SFTP on Azure but only to our VM's which you have full control over.

    EDIT: Just noticed this from a related post, maybe this helps
    http://social.msdn.microsoft.com/Forums/en-US/windowsazuredata/thread/5ae8864b-a8e1-4637-bc23-cdb8565a0db9
  • 2012年8月2日 16:33
     
     
    What I need in a nutshell is a way for numerous people to send files to Storage in AZure
  • 2012年8月17日 17:43
     
     

    Hi Alan - did you get this resolved?  What technologies will they be using and what are the authentication needs?  Blob storage supports upload via HTTP/HTTPS (but not FTP, as stated by others), and you can use the account's keys to auth, or create more specific permissions to grant to your users.  As other stated, you could create a proxy service if you truly need FTP.

    Let us know how we can help, sorry for the delay.


    -Jeff