Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
First of all sorry for my English,
I am planning to built a application that can transfer file By Wi-Fi .For this i make a simple HTTP server and made "E:\trasferfle" folder as Root of Localhost and place a HTML file their and open it on Browser by address Localhost ,which open a index.HTML file on the Root folder.

Then i want to open this file from another computer.for this
i use command

netsh wlan set hostednetwork mode=allow ssid="Bipashant" key="123123123" keyUsage=persistent
netsh wlan start hostednetwork

to create Hotspot,that make me a server and other as client.
and then another PC is connected on this wi-fi,but when i type Localhost on the another PC,it does not do any thing,
how can i open this file on that PC.
Any suggestion will be appreciated .
Posted

1 solution

Guys Please Suggest me?
what to do?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900