Is it possible download data on Windows Azure via FtpWebRequest
(ASP.NET/C#)?
I am doing this currently and not sure if my problem is that FtpWebRequest
is in general not working as expected, or if I have a different failure..
Has sb. did this before?
If you're talking about Windows Azure Storage, then definitely not. FTP is not supported.
If you're working with Compute roles, you could write something to support this, but it's DIY, a la: http://blog.maartenballiauw.be/post/2010/03/15/Using-FTP-to-access-Windows-Azure-Blob-Storage.aspx
I could solve my problem doing the ftp-request with FTPLib. This means: You can copy/load files to azure or to an external source! :-)
Make this working also with AlexFTPS , you just need to add
StartKeepAlive
.