Edit:
hab grad folgendes zu der Fehlermeldung gefunden:
Zitat:
This error is common and occurs due to restrictions on the FTP server. To prevent this error, consult the FTP server configuration instructions or consult with the Server Administrator or ISP. Configuration will differ depending on the FTP server software used:
If you are using the ProFTPD FTP server, add the "AllowForeignAddress on" directive to the Virtual Address section of the configuration file.
If you are using the WU-FTPD FTP server, add the following lines to the configuration file:
pasv-allow all + valid IP address
port-allow all + valid IP address
|