Am new to mini2440 now i collect all c programs except webserver.. so please help me to get the web server program, where it is available..
need webserver c file
i created some HTML pages how can i upload in to mini2440... And also tell me how to install and modify boe server
You just place your .html files in /www Have a look at the examples in the manual. Boa is on the mini2440 from the factory. How do you want to modify it?
You could telnet or console (ttySAC0), and copy your files from pen drive. Or you could use ftp ;). If you don't know any linux command, I think you need to learn some basic commands before you start with your project. http://info.ee.surrey.ac.uk/Teaching/Unix/ http://ss64.com/bash/ http://www.debianhelp.co.uk/commands.htm gl
Hi arun, You can develop dynamic web application with C script too. Or you can have the static one (html, css, js). I have try G-WAN web server (only 200K, fastest web server in the world :)). Just download and extract it. visit www.gwan.ch or http://cplus.about.com/b/2009/08/30/g-wan-superfast-webserver-for-c-scri... -aris