Data transfer using Chanels - WeOnlyDo Discussion board

Data transfer using Chanels (General questions)

by Rajan, Monday, March 24, 2008, 10:48 (6088 days ago)

How can I make channels between client-sever so that I can transfer data from client to server using mediator service.plz help me out.

Re: Data transfer using Chanels

by wodSupport, Monday, March 24, 2008, 11:07 (6088 days ago) @ Rajan

Rajan,

did you try our sample? Once connected and you open some channel, it makes you listen on your local PC on certain port you selected, and then forwards everything to remote wodVPN's port you selected.

This is pretty much regular pipe. Is this what you had in mind? We're adding 'SendFile' and 'GetFile' capabilities to transfer files directly, but perhaps current channels are enough for you already.

Can you explain more what you're trying to do?

Kreso

Re: Data transfer using Chanels

by Rajan, Tuesday, March 25, 2008, 04:57 (6087 days ago) @ wodSupport

HI Thanks for quick reversal

We are developing a client server application where we would like to connect client and server in a peer to peer fashion.

Our application is designed in a way that server must aquire port no 15015 for communication between client and server.

SO our issue is that how can we use WODVPN to connect to server, kindly help us out we are first time users of WODVPN

it will be appriciated if we can have a small snippet showing the solution.

Rajan,

did you try our sample? Once connected and you open some channel, it makes you listen on your local PC on certain port you selected, and then forwards everything to remote wodVPN's port you selected.

This is pretty much regular pipe. Is this what you had in mind? We're adding 'SendFile' and 'GetFile' capabilities to transfer files directly, but perhaps current channels are enough for you already.

Can you explain more what you're trying to do?

Kreso

Re: Data transfer using Chanels

by wodSupport, Tuesday, March 25, 2008, 08:07 (6087 days ago) @ Rajan

Rajan,

did you try the sample that came with wodVPN? You should run in on separate computers and try to connect them. Does that work?

Kreso