PDA

Click to See Complete Forum and Search --> : file transferring using broadband


cvsdpk_23
Feb 20th, 2009, 05:22 AM
hai all,
can we transfer file to the remote computer using broadband, if possible how... please help me urgent.......

Hack
Feb 20th, 2009, 05:47 AM
What programming language are you using?

cvsdpk_23
Feb 20th, 2009, 07:09 AM
i am using vb 6.0 language...

dilettante
Feb 20th, 2009, 03:30 PM
We'd need to know a lot more about the limitations of your situation.

You can't really use Windows File and Print Sharing that over the Internet cleanly. However it should be fairly easy to run an FTP service at one end and a client at the other. Or just use Remote Desktop Sharing, which lets the host see drives on the guest system, and then you can just do a copy from one to the other.

There are options beyond this using hand-written software, but it always requires something at both ends and often it is necessary to configure a router at one end to let the "server" machine be visible.