From c56d90c110a80d28b04d461dcee9718990b0e352 Mon Sep 17 00:00:00 2001
From: Lex Li <425130+lextm@users.noreply.github.com>
Date: Tue, 16 Apr 2024 12:14:17 -0400
Subject: [PATCH 1/2] Update configuring-ftp-firewall-settings-in-iis-7.md
Settings like passive port range require a service restart to take effect.
---
.../configuring-ftp-firewall-settings-in-iis-7.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md b/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
index 812116f82..491e24e66 100644
--- a/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
+++ b/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
@@ -131,6 +131,7 @@ In this section, you configure the server-level port range for passive connectio
- [929851 - The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008](https://support.microsoft.com/kb/929851/)
4. This port range will need to be added to the allowed settings for your firewall server.
+5. After making the configuration changes, restart the Microsoft FTP Service. You can do this by going to Start > Run > services.msc and locating the FTP service.
From 46ddf2caae7e1bd1c6d62b00af45bd4ffc27cb86 Mon Sep 17 00:00:00 2001
From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Date: Tue, 16 Apr 2024 08:47:14 -1000
Subject: [PATCH 2/2] Update
iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
---
.../configuring-ftp-firewall-settings-in-iis-7.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md b/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
index 491e24e66..66ab75e4b 100644
--- a/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
+++ b/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md
@@ -131,7 +131,7 @@ In this section, you configure the server-level port range for passive connectio
- [929851 - The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008](https://support.microsoft.com/kb/929851/)
4. This port range will need to be added to the allowed settings for your firewall server.
-5. After making the configuration changes, restart the Microsoft FTP Service. You can do this by going to Start > Run > services.msc and locating the FTP service.
+5. After making the configuration changes, restart the Microsoft FTP Service via `Start` > `Run` > `services.msc` and locate the FTP service.