Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
actually i want to sync file using WiFi in C#. i search a lot in Google but i can't get anything so, please help me.
Where i am start this application actually file sync is done using "Microsoft File Sync Tool" But main thing is that how to transfer the file via WiFi.
And i don't want to use Socket programming to transfer file.
Please give me the other solution.If you have any tutorial than please give me the link.
Posted
Updated 21-Feb-13 22:37pm
v2
Comments
David_Wimbley 22-Feb-13 12:06pm    
Why dont you want to use socket programming? Is it that you just don't understand it? Seems like a weird requirement.

Have you tried FTP?

Are these computers on same domain? Can they share a folder and do simple File.Copy in c#?
raythatha7 27-Feb-13 8:09am    
yes i used ftp. but actually i want to make an application like File Sync Tool in c# with windows mobile.How can i start this application please help me.

There no file sharing...

first we have to select directory after that we send a file and mobile(windows) and computer are connected with WiFi.

i don't want to use socket because in socket it has server and client both are started than file is sync.
But i want sync file automatically..when get any user.

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