Cosmin George
Cosmin George

Reputation: 82

FTP an error occurred opening that folder on the FTP server

I have implemented filezilla ftp in my server correctly, however I cannot connect to it via windows 10. You can find the issue when trying to connect here https://i.sstatic.net/c0iVd.png

Additionally here is the server logs: https://i.sstatic.net/zmO5U.png

Upvotes: 3

Views: 9494

Answers (3)

Mhaz2000
Mhaz2000

Reputation: 43

Due to FileZilla Network_Configuration you need to set up FileZilla Server with Windows Firewall. follow these steps:

  1. Open Windows Firewall
  2. Select Allow an app or feature through Windows Firewall
  3. Click on Allow another app...
  4. Click on Browse...
  5. Locate the directory you installed FileZilla Server to (normally "C:\Program Files\FileZilla Server")
  6. Double click or select "FileZilla server.exe" and press open
  7. Scroll down the list and select "FileZilla server.exe" and click "Add".
  8. Now you should return to previous window, verify that "FileZilla server.exe" is added to the allowed apps and features list and that it has a check mark in either the Private box or the Public box. Choose Private if you want the server accessible only from within your local network, and choose Public if you want the server accessible from outside your local network (this might include clients connected wirelessly to your network).
  9. Press "Ok" to close the Windows Firewall window.
  10. Open a command prompt with administrative rights and execute the following command: netsh advfirewall set global statefulftp disable.

It shall fix your problem.

Upvotes: 1

Lucky
Lucky

Reputation: 209

Try disabling/enabling Use Passive FTP in Internet Options - Advanced

It worked for me.

Upvotes: 1

Harry
Harry

Reputation: 326

Checkout the file permissions. The root folder (usually the username) should have access to FTP with file read permission.

Upvotes: 0

Related Questions