Connect android app to a software installed on pc to transfer file

I will start the development of a software in lazarus and an application for android. I would like to know if there is any library or some reference to make the communication via usb between the software and the application. I will need to transfer file (.sql) of the application to update the database of the software installed on the pc.

I will implement a button in the software to when it is triggered recognize the application and thus transfer the data.

I am researching about this on the internet but I could not find any reference that guides in this direction. Does anyone know where I can find a reference to do this?

Author: Henqsan, 2017-09-25

1 answers

Friend, I work with an App and a Software that communicate by files, by the way the Software is in Delphi rsrsrs, the exchange of information works like this, we send the files to an email box and the other disposivito does this reading downloads the file .sql and does this import, you could implement this in FTP if you find it more feasible. Or even by WebService and if you do not want something on the Web can make a feature of the App be able to access a server on your local network and put the files there or vice versa and the other software do the reading of the same. If you still need it and if I'm not clear, let me know that I can help you.

 0
Author: Erivaldo Dantas, 2017-09-29 18:16:21