Pure-FTPd: Which IP Address To Use For Login?
Posted
by
mschooler93
on Server Fault
See other posts from Server Fault
or by mschooler93
Published on 2012-10-23T03:07:35Z
Indexed on
2012/10/23
5:09 UTC
Read the original article
Hit count: 486
I am trying to connect to my VirtualBox LAMP Server with FileZilla, and it's not working. I have a static IP set, a FTP user set (with FTPd), and can connect successfully with ftp localhost
, but not with Filezilla with the same credentials. I suspect this is because I am using the wrong IP address in the Host box.
so is there a command I can use to display the IP address used to connect to my FTP?
BTW, error code given in FileZilla is:
Status: Connection established, waiting for welcome message...
Response: 425 Sorry, invalid address given
Error: Could not connect to server
© Server Fault or respective owner