|
-
Nov 29th, 2009, 02:07 AM
#1
Thread Starter
Hyperactive Member
Transfer files via WIFI...
how can i transfer files via wifi in mobile programming.. my phone is wifi enable.. i just want to transfer my xml files to local PC without using active sync.. just by means of wifi..
-
Nov 29th, 2009, 04:09 AM
#2
Frenzied Member
Re: Transfer files via WIFI...
map a drive and filecopy
FTP
Roll your own transfer
-
Nov 29th, 2009, 08:46 PM
#3
Thread Starter
Hyperactive Member
Re: Transfer files via WIFI...
-
Nov 29th, 2009, 09:32 PM
#4
Re: Transfer files via WIFI...
If your phone is connected to the nextwork, then it's the same as anyother file copy.
-tg
-
Nov 30th, 2009, 06:59 AM
#5
Thread Starter
Hyperactive Member
Re: Transfer files via WIFI...
how can i access the destination path? i havent tried copy file to a network..
-
Nov 30th, 2009, 10:03 AM
#6
Frenzied Member
Re: Transfer files via WIFI...
Hi,
simple...
File.Copy( fromFileName, toFileName)
where toFileName is the network path - similar to "\\Myserver\SharedPath\myfile.txt"
You need to ensure you can access that path without authentication though
Does this help?
-
Dec 2nd, 2009, 03:10 AM
#7
Thread Starter
Hyperactive Member
Re: Transfer files via WIFI...
thanks for replies.. i have another problem, i cant connect to the network.. what i want to do is by pressing a button i can connect to the network via wifi and transfer files from mobile to pc and vice versa..
-
Dec 2nd, 2009, 08:30 AM
#8
Re: Transfer files via WIFI...
I'm not sure there is an easy way from VB to join a network, as there's security to navigate, not to mention getting the right network in the first place... I could be wrong, but I think you need to connect the device to the network first.
-tg
-
Dec 2nd, 2009, 11:45 AM
#9
Frenzied Member
Re: Transfer files via WIFI...
 Originally Posted by rothj0hn
thanks for replies.. i have another problem, i cant connect to the network.. what i want to do is by pressing a button i can connect to the network via wifi and transfer files from mobile to pc and vice versa..
How are you trying to connect?
Take a look at Jim Wilsons' excellent video
-
Dec 2nd, 2009, 10:19 PM
#10
Thread Starter
Hyperactive Member
Re: Transfer files via WIFI...
dont have any idea on how i can connect? what would be the easiest way to connect to the network via wifi?
-
Dec 3rd, 2009, 02:17 AM
#11
Frenzied Member
Re: Transfer files via WIFI...
Hi,
look at the video I pointed you at - it contains sample code too
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|