(sorry for poor English)
I am developing an android app and I need to have an local web server in my android device then I take a picture and put it in the server.
witch libraries I need to build a local server with my b4a app in my android device?
Any information or document that helps me to do that?
(Note that the FTP client above is not part of this solution. It only demonstrates how you can use a standard FTP client to communicate with the server.) This is an example of using low level network features to implement a high level protocol. It is an implementation of a standard FTP server...