Differences
This shows you the differences between the selected revisions of the page.
| 2023-07-03 | 2026-06-02 (current) | ||
| prevent highlighting ssh in path (martin) | 6.6.2 Using “username” and “hostname” as one word (martin) | ||
| Line 10: | Line 10: | ||
| First, collect information about your virtual machine instance, on the [[https://portal.azure.com/|Azure portal]]: | First, collect information about your virtual machine instance, on the [[https://portal.azure.com/|Azure portal]]: | ||
| - | * Host name: | + | * Hostname: |
| * Use IP address you find in the //Public IP address// section on your virtual machine instance page; | * Use IP address you find in the //Public IP address// section on your virtual machine instance page; | ||
| * Or setup a DNS name for the virtual machine by clicking on the //Configure// link in //%%DNS%% name// section. A //Configuration// panel opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //%%DNS%% name// section in a format ''subdomain.location.cloudapp.azure.com''. | * Or setup a DNS name for the virtual machine by clicking on the //Configure// link in //%%DNS%% name// section. A //Configuration// panel opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //%%DNS%% name// section in a format ''subdomain.location.cloudapp.azure.com''. | ||
| Line 27: | Line 27: | ||
| * Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
| * On the //New site// node, make sure //%%SFTP%%// protocol is selected. | * On the //New site// node, make sure //%%SFTP%%// protocol is selected. | ||
| - | * Enter //Host name//. | + | * Enter //Hostname//. |
| - | * Enter //User name//. | + | * Enter //Username//. |
| * Enter a password for the username. Or [[ui_login_authentication|specify a private key]], if you set up a public key authentication.. | * Enter a password for the username. Or [[ui_login_authentication|specify a private key]], if you set up a public key authentication.. | ||
| * Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. | ||
| Line 44: | Line 44: | ||
| * Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
| * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | ||
| - | * In //Host name// box enter an address of your virtual machine: | + | * In //Hostname// box enter an address of your virtual machine: |
| * Use IP address you find in the //Public IP address// section on your virtual machine instance page on the [[https://portal.azure.com/|Azure portal]]. | * Use IP address you find in the //Public IP address// section on your virtual machine instance page on the [[https://portal.azure.com/|Azure portal]]. | ||
| * Or setup a DNS name for the virtual machine by clicking on the //Configure// link in //%%DNS%% name// section. A //Configuration// panel opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //%%DNS%% name// section in a format ''subdomain.location.cloudapp.azure.com''. | * Or setup a DNS name for the virtual machine by clicking on the //Configure// link in //%%DNS%% name// section. A //Configuration// panel opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //%%DNS%% name// section in a format ''subdomain.location.cloudapp.azure.com''. | ||
| Line 58: | Line 58: | ||
| First, collect information about your app service (previously web site), on the [[https://portal.azure.com/|Azure portal]]: | First, collect information about your app service (previously web site), on the [[https://portal.azure.com/|Azure portal]]: | ||
| - | * Host name: Copy host name from //FTPS hostname// section on the //Overview// page. | + | * Hostname: Copy hostname from //FTPS hostname// section on the //Overview// page. |
| - | * User Name: Copy username from the //FTP/deployment username// section on the //Overview// page. If you did not set up an %%FTP%% account yet, goto //Deployment Center// page and select //FTP// in //Manual Deployment// section and switch to //User Credentials// tab. User name has a form ''name\user''. You need to use both parts when authenticating. | + | * Username: Copy username from the //FTP/deployment username// section on the //Overview// page. If you did not set up an %%FTP%% account yet, goto //Deployment Center// page and select //FTP// in //Manual Deployment// section and switch to //User Credentials// tab. Username has a form ''name\user''. You need to use both parts when authenticating. |
| To connect to the web site with %%FTPS%%, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | To connect to the web site with %%FTPS%%, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | ||
| Line 65: | Line 65: | ||
| * Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
| * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | ||
| - | * In //Host name// box paste a host name of your instance in format ''%%waws-prod-xxx-xxx.ftp.azurewebsites.windows.net%%''. You can also paste a complete %%URL%% to select protocol, encryption and insert host name at once. | + | * In //Hostname// box paste a hostname of your instance in format ''%%waws-prod-xxx-xxx.ftp.azurewebsites.windows.net%%''. You can also paste a complete %%URL%% to select protocol, encryption and insert hostname at once. |
| - | * Enter the //User name// and the //Password//. | + | * Enter the //Username// and the //Password//. |
| * Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. | ||
| * Login using the //Login// button. | * Login using the //Login// button. | ||