I'm running FTP-server on one AndroidPhone, another tryes to connect using script on python... But cliet gives an error:
socket.gaierror: [Errno 7] no address associated with hostname
According to Linux such error means:
This error is ProFTPD's way of reporting that it was unsuccessful in resolving hostname to an IP address. Fixing this is a matter of configuring DNS for that hostname: properly set up an IP address for that DNS name in your DNS server, use a DNS name that has an IP address, or (as a quick fix/last resort) add that DNS name to your /etc/hosts file. The proper solution depends largely on the circumstances.
What about Android.. How can I setup an IP address for that DNS???