Free FTP gateway to Azure storage. Anyone interested?

一般討論 Free FTP gateway to Azure storage. Anyone interested?

  • 2012년 3월 8일 목요일 오후 2:08
     
     

    Hello everyone!

    Full disclosure: I'm the author of FTP to S3 gateway http://www.maluke.com/gate 

    I've recently started a free service to provide FTP access to Amazon S3 storage and will probably extend it to support WebDav and other protocols like SFTP. I'm also considering supporting access to Azure storage, but before I spend any time on it, I was wondering if anyone here would care to use a service like that?

    I know there are a couple do-it-yourself projects of similar nature, but they all seemed fragile and are to be self-hosted anyway.

    So the question is if there's any interest in a free FTP to Azure or WebDav to Azure gateway?

    I sincerely hope this question is appropriate here and if not, please accept my apologies.

    Thanks,
    -Sergey


    • 편집됨 Sergey Schetinin 2012년 3월 8일 목요일 오후 2:18 word misuse
    •  

모든 응답

  • 2012년 3월 9일 금요일 오전 2:47
     
     
    If you build it, they will come.  This looks very useful.

    Auto-scaling & monitoring service for Windows Azure applications at http://www.paraleap.com

  • 2012년 3월 9일 금요일 오전 7:37
     
     

    Hi Sergey,

    I think a WebDav to Azure might be the most interesting. This will allow to open files directly in their application without having to 'download' them. We already see this behavior in SharePoint: thanks to WebDav to SQL users can open Word files, edit them, save them and the change is immediately applied in SharePoint.

    For the FTP part I think there are a few implementations already:

    Sandrino


    Sandrino Di Mattia | Twitter: http://twitter.com/sandrinodm | Azure Blog: http://fabriccontroller.net/blog | Blog: http://sandrinodimattia.net/blog

  • 2012년 3월 10일 토요일 오후 10:33
     
     

    WebDav support in Windows makes a lot of unnecessary requests (locking in particular) making it look slow even with a very fast gateway, with a bit of lag between the client and the server it would get really painful. I'm looking for ways to work around that, but it's not trivial.

    I've had a look at the solutions you've linked previously and the second one is simply down (I'm guessing forever) and the first one has some issues like not supporting passive mode. Not to put those efforts down, but FTP access to Azure doesn't seem like a solved problem yet.

    Thank you for your feedback, but for the moment my progress was stalled by the Microsoft itself -- they don't accept subscriptions from Ukraine yet, so I'll need to get someone to get me an account first, and I guess I'll implement the Rackspace CloudFiles, Google Docs and maybe Google Storage backends first.

    If anyone else has any input on the matter, I'll be checking back on this topic periodically, so do leave a comment.

  • 2012년 7월 19일 목요일 오전 8:42
     
     
    Very interesting