This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 652
Accessing files via ftp
Adrian Calinescu edited this page Nov 5, 2015
·
8 revisions
When you have a Windows Azure Web Site, it is possible to access its files via FTP. This includes both the files that are deployed, and the repository and deployment related files.
To connect via FTP, you need the following information:
-
The FTP host name: which will be something like
waws-prod-blu-001.ftp.azurewebsites.windows.net
(theblu
token might instead beam2
ordb3
based on location). You'll find it under the Dashboard tab for your site in the Azure portal. - Your username: you'll also find it on the dashboard, under Deployment User. It's the same as your git username, but prefixed with the site name. Don't forget the site name part, or it won't work! e.g. MyCoolSite\davidebbo
-
Your password: use the same password as when you
git push
You can use whatever FTP client you like, but you can't go wrong if you go with FileZilla. Note that the Windows Explorer FTP support has a tendency to do over-aggressive caching, which can yield unexpected results.
Once you've FTP'd, check out File structure on Azure to navigate through the files.