Wei Lin
Wei Lin

Reputation: 3811

Azure Web App Service use "Get Publish Profile" username and password to link FTP not work

I followed this page How do I set up FTP access to Azure App Service?

And I used portal user name like:

and Get Publish Profile

and used its userPWD value

I tried to type FTP hostname to windows 10 explore bar and system show error:

FTP does not encrpt or encode passwords or data before sending them to the server. To protect the security of your passwords and data, use WebDAV instead.

Upvotes: 0

Views: 483

Answers (1)

SaiSakethGuduru
SaiSakethGuduru

Reputation: 2440

Thank you SnehaAgrawal-MSFT. Posting your suggestions as answer to help other community members.

When you are trying to connect to Azure Web App via FTP to upload or download files you need to have FTP client to connect to the server. Need to have FTP URL, Username and Password for connecting to our App Service via FTP Client. Below Screenshot will help you in getting FTP details by navigating to the settings pane.

enter image description here

As suggested check the FTP Client link for further information.

Upvotes: 1

Related Questions