About 50 results
Open links in new tab
  1. How do I set up FTP access to Azure App Service?

    69 In the Azure Portal: click on your App Service that you'd like to access from FTP. On the Overview tab for your App Service, look at the top navigation bar and click on the "Get Publish Profile" link. …

  2. What is the best way to create FTP server in Azure?

    Jun 13, 2023 · I am trying to avoid creating VM with Windows, because it might get pricy for our needs. Can I create Azure Blob Storage and allow access to it with FTP? Would that be cheaper? Is there …

  3. How do I perform a deployment via FTP to an Azure App Service?

    Aug 6, 2024 · I need to deploy an Azure App Service on the Azure portal and immediately perform an FTP upload using the FTP credentials. The zip file is located on my computer and needs to be …

  4. FTP authentication has been disabled for this web app. You will not be ...

    Feb 26, 2024 · Go to the Configuration of the Azure Web app (or) Azure App Service. Next, go to the General Settings. Then, Switch On the “ FTP Basic Auth Publishing Credentials ” option. Click on …

  5. Connecting to an Azure website via FTP using Azure login credentials

    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 failed.

  6. Access denied when connecting to Azure App Service using FTP ...

    Feb 25, 2024 · I have created .NET 6 App Service in Azure and trying to connect FTPS endpoint using WinSCP: Getting access denied error: Could anyone please help..!

  7. download azure diagnostic logs? - Stack Overflow

    Jun 20, 2012 · 2024 Update Under your Azure App Service go to Deployment -> Deployment Center and look for the tab "FTPS Credentials" on the right which will contain your (ridiculous) FTP …

  8. Azure App Service not reflecting file changes from ftp

    Apr 15, 2020 · 2 I am new to Azure and I have created a very simple App Service in Azure with everything default. Changed the App Service Plan to B1. I can browse the app service home page …

  9. Can't connect to FTP or SSH URLs in my Azure app service API

    Jul 31, 2022 · If your app service environment is created with ILB then you need to use internal load balancer IP to do FTP adding to that you need to have any of these ports opened 21, 990, 10001 …

  10. FTP to Azure Blob Storage - Stack Overflow

    Oct 12, 2016 · You can use nodeftpd combined with azure-storage-fs. nodeftpd is the FTP server written in Node.js and support third-party file system manager. azure-storage-fs is a file system manager …