How to set FTP to a Azure Cloud Service or Azure storage?

这一生的挚爱 提交于 2019-12-22 05:53:15

问题


We are new to Windows azure and I would like to know whether we can setup FTP accounts for a azure cloud service so that we can upload files via ftp clients like filezilla? Please let me know how and whether it is recommended or not? Because I have read at some places that files uploaded via ftp are deleted once the azure instance is refreshed which I actually didn’t understand by the word refreshed. Similarly can we create FTP for Windows Azure Storage as well so that we can upload blob files directly via FTP? Please help.


回答1:


The simplest solution I see would be to create an IaaS VM in azure and install an FTP server on it. Create the appropriate external endpoint and open up the firewall on the machine just like you'd do for an FTP server in your office.

For storage in the VM, you can attach a data disk that will live in your storage account. Make that data disk the file store for your FTP server and you should be good to go.



来源:https://stackoverflow.com/questions/22047005/how-to-set-ftp-to-a-azure-cloud-service-or-azure-storage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!