Закрыть
×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "flex"; // !!!!! block document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Праздники ...
Праздники ...
День Октябрьской революции (7 Ноября)
Концерты, выставки ...
Концерты, выставки ...
Спектакль "Плачу за любовь"|||г. Минск 10 сентября, 18 сентября, 4 октября, 28 октября, 6 ноября, 26 ноября 2026
Афишу
Спорт занятия ...
Спорт занятия ...
Обучение плаванию (детей и взрослых)
Спорт занятие
Компьютер, программы...
Компьютер, программы...
Объявления ...
Объявления ...
Вакансия для копирайтеров в женский журнал «Самка»
Объявление
Новости ...
Новости ...
Форум ...
Форум ...
обсуждение...
Поиск
Концерты
Спорт
Форум
Компьютер
Компьютер, программы
→
Microsoft Azure & Azure DevOps (cloud)
FTPS Server on Azure
посмотрели
3834
раз
обновлено: 8 September 2022
Шаг 1.
Открываем сайт portal.azure.com
Шаг 2.
Создаем на Azure сервис "FTP Server using Azure Files"
Шаг 3.
Заходим на удаленный компьютер по RDP (используя Remote Desktop Connection)
Шаг 4.
На удаленном компьютере дообавляем Web Server и FTP Server
Шаг 5.
На удаленном компьютере добавляем сайт в Web Server
Шаг 6.
Перезапускаю FTP сервис
Шаг 7.
В Azure создаю port rule
Шаг 8.
Запускаем FileZillServer и создаем FTP пользователя
Шаг 9.
Запускаем на любом компьютере программу WinSCP (программа для работы с FTP)
Шаг 10.
На удаленном компютере посмотрим как работает FTP Server
Шаг 1. Открываем сайт portal.azure.com
Открываем
https://portal.azure.com
и вводим ваш
Microsoft Account
Шаг 2. Создаем на Azure сервис "FTP Server using Azure Files"
Шаг 3. Заходим на удаленный компьютер по RDP (используя Remote Desktop Connection)
Мы находимся в
Azure
и нажимаем на
FTPVM
(FTP виртуальная машина)
Шаг 4. На удаленном компьютере дообавляем Web Server и FTP Server
Шаг 5. На удаленном компьютере добавляем сайт в Web Server
Открываем IIS (Internet Information Service) это
Web Server
Удаляем
Default Web Site
он был создан сам по умолчанию и нам он не нужен
Добавляем
FTP site
:
На
C
диске создаем папку
MyData
Для
FTP site
указываем директорий:
С:/MyData
Этот директорий будет использоваться для скачивания файлов с
FTP
Указываем порты:
Шаг 6. Перезапускаю FTP сервис
Шаг 7. В Azure создаю port rule
Добавляем
inbound security rule
:
Service:
Custom
Port Ranges:
9000-9999
(Data Port Range)
Priority: It will automatically be assigned
Name:
MyPort_9000-9999
Добавляем
FTP security rule
:
Service:
FTP
Priority: 420
Name:
MyFTPPort_8080
Получится вот так:
Шаг 8. Запускаем FileZillServer и создаем FTP пользователя
Указываем для пользователься все Read Write права:
Шаг 9. Скачиваем и устанавливаем программу WinSCP (для проверки FTPS соединения)
Открываем сайт:
https://winscp.net/eng/download.php
Делаем соединение с FTP сервером:
Все хорошо
соединились с FTP сервером:
Шаг 10. На удаленном компютере посмотрим как работает FTP Server
Все хорошо
← Previous topic
Open Twilio SendGrid from Azure. Create an ApiKey. Writing a C# application to send an email
Next topic →
Microsoft Teams web application (plug-in)" using React
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
Azure
•
What is Microsoft Azure?
•
How do I create a service in Azure?
<BR>Azure (Subscription)
•
Create a Subscription in Azure
•
How do I see my costs (how much money to pay per month, pay) in Azure?
•
How to change the billing card number in Azure
<BR>Install Microsoft Authenticator on your phone
•
Install Microsoft Authenticator on your phone and sign in to your account
<BR>Azure (Resource Group)
•
Create a Resource Group in Azure
<BR>Azure (SQL Server)
•
Build SQL Server in Azure
•
Writing a C# program to use an Azure SQL Server database
•
Save the SQL Server Azure database to your computer (backup)
•
In SQL Server Azure Database, we set the cheapest price ($6 per month Basic)
<BR>Azure (Web service) for .Net Core 5.0 applications
•
Create an Azure Web service with a Net Core 5 type. That is, we create an empty web server with the Net Core 5 type
•
.Net Core 5 Web API app publish to Azure → | Using Visual Studio 2019
•
Connect to the .NET Core 5 Web API (Azure Web Service) application via FTP | use FAR, File Explorer
Azure (Web App) for Angular 9.0 applications
•
Creating an Azure Web Service for the Angular application. That is, create an empty web server
•
Angular web application do publish to → Azure | use Visual Studio Code
•
Connect to the Angular (Azure Web Service) application via FTP | use FAR, File Explorer
Azure Translators (Translator)
•
Create Azure Translators (to translate text)
•
Write a C# console application to translate text using Azure Translators
•
Azure Translator error "is disabled and therefore marked as read only. You cannot perform any write actions on this subscription until it is re-enabled"
Twilio SendGrid (email)
•
Create an Azure Twilio SendGrid (to send emails)
•
Open Twilio SendGrid from Azure. Create an ApiKey. Writing a C# application to send an email
<BR>
FTPS Server on Azure
•
FTPS Server on Azure
<BR>
Teams plug-in application
•
Microsoft Teams web application (plug-in)" using React
•
Creating an Azure Web Service for React Teams web application. That is, create an empty web server
•
Appendix. Microsoft Teams web application publish to → Azure | use Visual Studio Code
•
Upload app in teams
<BR>
Add a user
•
Add a new user and make the user have access to the Subscription
Azure DevOps
•
What is Azure DevOps?
<BR>
In DevOps, we create an organization. We create projects
•
Get started with Azure DevOps. Creating an organization. Create a project (git repository)
<BR>
In DevOps, we invite the user
•
In DevOps, we invite the user
•
In DevOps, assign privileges to the invited user (so that the invited user can log in to DevOps)
<BR>
More about DevOps
•
Azure DevOps pricing
•
Sign in to Azure DevOps from the Chrome browser
•
What does Azure DevOps contain in the Chrome browser?
•
Azure DevOps. Commit files to git using Team Explorer in Visual Studio 2017
•
Azure DevOps. How to add a link to git commit to a bug (using commit hash)
Ваши вопросы присылайте по почте:
info@dir.by