Differences
This shows you the differences between the selected revisions of the page.
2015-01-09 | 2015-01-09 | ||
Disconnected from server (martin) | syntax (martin) | ||
Line 159: | Line 159: | ||
To disable the stateful FTP filtering, in an Administrator command prompt, execute following command: | To disable the stateful FTP filtering, in an Administrator command prompt, execute following command: | ||
- | ····netsh advfirewall set global StatefulFTP disable | + | <code> |
+ | netsh advfirewall set global StatefulFTP disable | ||
+ | </code> | ||
For details refer to [[http://technet.microsoft.com/cs-cz/library/dd421710.aspx|How to Configure Windows Firewall for a Passive Mode FTP Server]]. | For details refer to [[http://technet.microsoft.com/cs-cz/library/dd421710.aspx|How to Configure Windows Firewall for a Passive Mode FTP Server]]. |