Quick Way to serve files to devices such as tablets

Fighting with a few mobile devices that I want to easily share content with…. I suspect I am not alone. Manufacturers provide handy transfer software for Windows and Mac users, not so much for Linux.
A quick way to serve up files via a web server is using the built in python one.

Just go to the folder you want to server up and python -m SimpleHTTPServer 8888 & (or whatever port number you want to use)

This entry was posted in android, computing, linux, LinuxMint. Bookmark the permalink.

Comments are closed.