0
FTPClient mFTPClient;

mFTPClient = new FTPClient();

// connecting to the host

mFTPClient.connect(host, port);

After this line of code, the following exception thrown.

Method threw 'java.lang.NullPointerException' exception. Cannot evaluate android.system.StructAddrinfo.toString()

Castaglia
  • 2,972
  • 5
  • 28
  • 49
waqas
  • 59
  • 4

0 Answers0