简体   繁体   中英

Wifi file transfer between Linux PC and Android

Im thinking about my next project and I just wanted to know, what could be the simplest solution to implement. I have a linux PC, that generates files (text files, images) and everytime the file is created, the PC should send it to my Android device via Wifi. What could be the simplest solution? FTP? SSH?

I also want my custom Android app, so dont recommend me any kind of existing Android app, please.

There's a java http server available in a SINGLE FILE, and it supports posts and file-uploads: nanoHTTPd . On Linux, you can simply use curl to push the file to any http server. If you need to find your android device, you can use the excellent (and simple) jmDNS .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM