Ich habe ein Windows 7 auf meinem Laptop installiert. Ich habe VirtualBox 4.1.4 mit Ubuntu 11.10 installiert.
Ich versuche, über FTP eine Verbindung zu meiner Site herzustellen, habe jedoch folgende Fehlermeldung erhalten ls
:
~> ftp <my_site>
Connected to <my_site>.
220 DreamHost FTP Server
Name (<my_site>:misha): <my_username>
331 Password required for <my_username>
Password: <my_password>
230 User <my_username> logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful
425 Unable to build data connection: Connection timed out
ftp>
Woran könnte das liegen?