FTP DIRECTORY LISTING DENIED WHILE CONNECTING FTP

STEP 1: open cmd and run below command

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

2. netsh advfirewall set global StatefulFTP disable
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What is Anonymous Ftp and do you allow it ?

When an FTP server has no access restriction, the FTP server allows any and every user to...

How to transfer your website files to our server?

To transfer your website files to our server, follow the given steps:   Make sure that you...

Where and How to upload files on the server using FTP?

Generally, an FTP program will ask you for the following information: Host/Server Name: this can...

What is active Ftp and how it works ?

In Active mode Ftp, the client connects from a random unprivileged port (N > 1024) to the...

What is Passive Ftp and how it works ?

In Passive mode Ftp, the client initiates both connections to the server, solving the problem...