ไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ Plesk ผ่าน FTP เมื่อพอร์ต FTP ถูกกรองโดย firewall: Connection timed out Plesk for Windows Server

Configure an inbound firewall rule to allow inbound FTP connections to only the ports on which FTP is listening

 

  1. Open an Administrator command-prompt. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as Administrator.

  2. Run the following command:

netsh advfirewall firewall add rule name=”FTP Service” action=allow service=ftpsvc protocol=TCP dir=in

 

    3. Finally, disable stateful FTP filtering so that the firewall does not block any FTP traffic.

netsh advfirewall set global StatefulFTP disable

 

ที่มา

https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd421710(v=ws.10)?redirectedfrom=MSDN

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Demo ทดลองใช้งาน Plesk Control Panel

Demo Plesk Admin – 10 domains Login: admin Password: panel...

แก้ปัญหาลิงก์ภาษาไทย WordPress บน IIS หรือ Parallels Plesk

เปิดไฟล์ web.config ก็อปโค้ดด้านล่างไปวางแทน <?xml version="1.0" encoding="UTF-8"?>...

วิธีการเปลี่ยน IP ของ Plesk server?

How to change the IP address of Plesk server? Connect to the server using SSH. Generate a...

วิธี Update Disk Usage ใน Plesk?

Connect to the server via SSH or RDP. Use the statistics utility to calculate web page...