azureftpazure-web-app-servicewinscp

Access denied when connecting to Azure App Service using FTP Credentials in WinSCP


I have created .NET 6 App Service in Azure and trying to connect FTPS endpoint using WinSCP:

enter image description here

Getting access denied error:

enter image description here

Could anyone please help..!


Solution

  • In order to resolve your error, Make sure you enable SCM Basic Auth Publishing and FTP Basic Auth Publishing to ON

    enter image description here

    Download the publish profile:-

    enter image description here

    Copy the publishurl in the Host name and Username, Password from the downloaded publish profile:-

    enter image description here

    The connection via Win-scp tool is successful with the Azure Web app .Net 6.0 via FTPS

    enter image description here