In this topic we are going to see:
- How to create a Web and FTP Server on our PC with a small 194 Kb file.
- A ClientFTP extension to upload and download files from our App to a PC.
http://kio4.com/windows/7B_smallwebserver.htm
1.- Download shttps_mg.exe (194 Kb) from http://smallsrv.com/
[Also for LINUX]
2.- Run shttps.exe
3.- Let's go to this folder:
4.-Click http.exe and our web server will start.
[Perhaps the Windows Firewall window will appear indicating that you want to open port 80 to serve web pages. We accept.]
5.- We must know the local IP of our computer, for this we go to the Command Prompt (cmd) and write ipconfig.
6.- In the www folder we put our web pages and their images.
- It is convenient that the initial page of our website is called index.htm
7.- Any user from our local network who writes our IP in a browser, for example 192.168.0.13, will observe our web page.