Connecting to Azure website via FTP

后端 未结 5 1485
深忆病人
深忆病人 2020-12-02 09:54

What login credentials do I use to connect to the FTP site that is listed on the dashboard of my Azure? I tried using the same credentials I use to log into Azure but this

5条回答
  •  旧巷少年郎
    2020-12-02 10:18

    In the Azure portal (end of 2018):

    1. Go to your app
    2. In the left pane, select Deployment Center
    3. In the middle pane, select FTP
    4. Click view dashboard, and there you have your ftps connection url, username and password.

    You must enable FTP/S on your web app to actually be able to connect! This is done under Application Settings -> FTP Access in the Azure portal

提交回复
热议问题