I got the Error Message:
Error occurs in downloading files from ftp Server : ftp://speedtest.tele2.net: invalid IPv6 address
from this lines:
String serverAddress = "ftp://speedtest.tele2.net";
FTPClient ftp = new FTPClient();
ftp.connect(serverAddress);
I dont got a clue what to do about that?
The only advices i got are about this System Propertys, but that didnt solved the problem.
java.net.preferIPv4Stack -> true
java.net.preferIPv6Addresses -> true
Anyone got Advices or Refereces? Thank you very much!