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,872
  • 5
  • 27
  • 48
waqas
  • 49
  • 4

0 Answers0