theI have a C# service using WinSCP which reliably uploads files to any SFTP server. I'd like to use it to connect to MS Azure Storage and upload files there using the same SFTP protocol. Please note I am not looking to use any other protocol (i.e.: FTP, FTPS, HTTPS, etc.) as well as I am not looking to SFTP files [out] of the Azure Storage. There are plenty of examples of how to use WinSCP when SFTP [out] from Azure Storage but none of them covers how to SFTP [in].
I have searched Stack Overflow knowledge base, Azure Help Documentation (https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/) as well as WinSCP docs (http://winscp.net/eng/docs/guide_microsoft_azure_webjob_sftp, etc.).
Any help appreciated. Thanks.
UPDATE: 2016-01-29 So... from what I understand so far, it is not possible to upload files to Azure Storage using SFTP protocol. MS Azure does not support this feature. Can anybody confirm that for me please?
UPDATE: 2016-02-01 The similar Q/A here (Facading Azure storage blob with sFTP service) does not answer my question because: a) all answers are suggesting a theoretical workarounds using VM or other substitutes b) it does not provide clear answer to my question
This should not be so difficult to answer. If the SFTP is not supported then the answer is: "SFTP is not supported in Azure". If the SFTP protocol is supported, then please provide more details about the settings, methods, and/or C# example. My question is clearly defined on purpose so others with the same need can quickly find the answer without wasting their time.