Search code examples
androidwifitelnetfile-transfer

Wifi file transfer from PC/CE Device to Android device


Is it possible to transfer a file from a CE device/PC to an android device running a Telnet client via Wifi? Is there any other method for file transfer to an Android device?


Solution

  • Telnet didn't help with the problem. I solved the issue by adding a FTP server to the CE device and corresponding FTP client in my android device using Apache common nets library.