Originally posted by Miaomiao
hello friends I have a problem with ftp and filezilla, filezilla tells me error when I try to get inside your home folder (it was not possible to read the contents of the folder) do not understand why do I do? thank you
Here are some of the things I found on the internet for you:
"When you send the port command to your server, you are asking the server to connect to you (on the remote network). If the remote network also has a NAT router, and you have not port-forwarded the port you are sending with your PORT command, the server will not be able reach you.
The most common solution would be to send the PASV command to the server instead of the PORT command. The PASV command will ask the server to create a listening socket and accept a connection from the remote machine to establish the data connection.
For the PASV command to work, you will also need to port-forward a range of ports for the passive data connections. The passive connection ports (which need to be forwarded) should be listed in the FileZilla documentation."
Most of the answers here involves configuring, actually just by adding sftp:// on your host (see below image) you can instantly fixed that kind of problem, works for me.
You must login or register to view this content.