Re: [twsocket] File transfer through SSL

2011-04-06 Thread daniel cc
Thanks Francois :) I will check them out. -Original Message- From: Francois PIETTE Sent: Wednesday, April 06, 2011 2:36 PM To: ICS support mailing Subject: Re: [twsocket] File transfer through SSL Do we have any kind of demo project of how to upload stuff to the server by using

Re: [twsocket] File transfer through SSL

2011-04-06 Thread Francois PIETTE
Do we have any kind of demo project of how to upload stuff to the server by using ssl and how to download from the server? This is something that I also very much would like to know about. You have two demos: client (OverbyteIcsHttpsTst.dproj) and server (OverbyteIcsHttpsServer). Both are loca

Re: [twsocket] File transfer through SSL

2011-04-05 Thread daniel cc
could do anything over SSL port, that would be great. Thanks in advance -Original Message- From: Francois PIETTE Sent: Tuesday, April 05, 2011 11:11 PM To: ICS support mailing Subject: Re: [twsocket] File transfer through SSL You cannot communicate between clients. You must pass thru

Re: [twsocket] File transfer through SSL

2011-04-05 Thread Francois PIETTE
You cannot communicate between clients. You must pass thru the server, first upload the file from one client to the server and then download the file from the server to the second client. Or transform one client into a server (That is simply use ICS HTTPS server component). But then you'll have

Re: [twsocket] File transfer through SSL

2011-04-05 Thread Dimitris Botsis
On 5/4/2011 4:24 μμ, Francois PIETTE wrote: And how could I send a file on HTTPS protocol? There is no difference in HTTP (or HTTPS) between files and documents. I would like to connect two clients behind firewalls through a server on WAN and initiate the file transfer between them... Do you

Re: [twsocket] File transfer through SSL

2011-04-05 Thread Francois PIETTE
And how could I send a file on HTTPS protocol? There is no difference in HTTP (or HTTPS) between files and documents. I would like to connect two clients behind firewalls through a server on WAN and initiate the file transfer between them... Do you think that's possible? Do you mean you hav

Re: [twsocket] File transfer through SSL

2011-04-05 Thread Boris Saint-Martin
From: "Francois PIETTE" Sent: Tuesday, April 05, 2011 7:28 AM To: "ICS support mailing" Subject: Re: [twsocket] File transfer through SSL I would like to transfer a file through a SSL tunnel using 443 port. I've seen the SSL implementation in my loved ICS Components and I was

Re: [twsocket] File transfer through SSL

2011-04-04 Thread Francois PIETTE
I would like to transfer a file through a SSL tunnel using 443 port. I've seen the SSL implementation in my loved ICS Components and I was wondering how used them to do this... Could you help me? SFTP or HTTPS or...? HTTPS OK, FTPS OK, SFTP not OK (because it is SSH and not SSL). Is there a w

[twsocket] File transfer through SSL

2011-04-04 Thread bsaintmartin
Hello world, I would like to transfer a file through a SSL tunnel using 443 port. I've seen the SSL implementation in my loved ICS Components and I was wondering how used them to do this... Could you help me? SFTP or HTTPS or...? Is there a way to only use the 443 port on client side and don't ope