"No such host is known" error occurred while connecting:
ftp.Connect("ftp://serverIp")
Don't specify the protocol. Use server name only:
ftp.Connect("192.168.0.1");