Click here to Skip to main content
15,886,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

I created one Windows Application that will created One Folder in C:\Drive (name Sample Folder).
When i place any files in that Sample folder,it should send all files from that Sample folder to the destination location using WiFi or Bluetooth.
I tried Client and Server windows applications using socket but i want to do in One Windows application for this task.
Posted
Updated 1-Jun-15 0:27am
v4

1 solution

ideas[^] for sending files via Bluetooth

Transfer via wifi - see File Transfer using WCF and Socket[^]

You will also need to monitor the folder - see C#: Application to Watch a File or Directory using FileSystem Watcher[^]

If these aren't sufficient to get you started then use the terms used in those links to do further research.

Do come back if you get stuck, but remember to post the code you're having issues with
 
Share this answer
 
Comments
Maciej Los 1-Jun-15 7:04am    
5ed!
CHill60 1-Jun-15 8:14am    
Thank you!

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