Hi
I always thought all you need for FTP is port 21. it seems as though you also need a port for a data connection that is >1024?
When I try to connect to my FTP server I get:
"425 Can't open data connection."
Looking this up, passive connections require port 21 + all ports up from 1024 to create a data connection. This seems a little insecure? If I use a client such as Smart FTP, i can see from the logging that it tries to create a connection using 3532, but presumably this is a dynamically chosen port.
Does this mean I need to create an "active" connection (and so open up port 20) rather than a "passive". The norm seems to be a passive?
So will an active connection serve my needs?
Thanks
I always thought all you need for FTP is port 21. it seems as though you also need a port for a data connection that is >1024?
When I try to connect to my FTP server I get:
"425 Can't open data connection."
Looking this up, passive connections require port 21 + all ports up from 1024 to create a data connection. This seems a little insecure? If I use a client such as Smart FTP, i can see from the logging that it tries to create a connection using 3532, but presumably this is a dynamically chosen port.
Does this mean I need to create an "active" connection (and so open up port 20) rather than a "passive". The norm seems to be a passive?
So will an active connection serve my needs?
Thanks