AndroidM
AndroidM

Reputation: 421

how to create a web server into an android device ( for remote access)

How can I create a web server into my android device? I want to be able to access files on my sdcard android through my pc by entering the ip address on the browser.

Upvotes: 3

Views: 1180

Answers (2)

Saurabh Singh
Saurabh Singh

Reputation: 23

Install and launch 'KSWEB' on your Android device. The app only has a six-day free trial, . There are a number of other web server apps, including Bit Web and Servers Ultimate. Navigate to the IP address listed by KSWEB in your localhost:8080 on the Android device itself. After this you can easily manage access yourfiles using web server.

Upvotes: 0

Justin Breitfeller
Justin Breitfeller

Reputation: 13801

There are many applications already in existence to accomplish this task. If you wish to create your own app, jetty should integrate perfectly fine into your application using its embedded approach.

Upvotes: 2

Related Questions