Page 1 of 1

FTP access issues...

Posted: 4. Mar 2011, 22:42
by karlkras
Newly installed Linux guest on a W7 Professional host.
Trying to use FTP, getting this:

230 User myname logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pwd
257 "/" is current directory.
ftp> ls
200 PORT command successful
425 Unable to build data connection: Connection timed out

I'm guessing I'm getting a port blockage from the host? Can anyone provide information on how to fix this?

Re: FTP access issues...

Posted: 5. Mar 2011, 00:01
by Martin
What is your network configuration for the guest, bridged or NAT?
Did you try passive FTP?

Re: FTP access issues...

Posted: 5. Mar 2011, 01:09
by karlkras
This would be NAT.

and yes, using -p works. Now to educate myself a bit more on passive mode...

Thanks!