Page 1 of 1

FTPS over SecureBridge?

Posted: Fri 30 Apr 2010 09:26
by Bert
Dear Devart,

we found your product by google.

There is one simple question, please, bevore we evaluate your components:

Is it possible to etablish FTPS (not STFP) connetions with your components? By a quick reading of the PDF, we cannot found anything about this topic.

Are there any How-To in the Docs to use your components to etablish FTPS connetions in C++?


Thanks for answering.


Best regards

Bert

Posted: Fri 30 Apr 2010 11:53
by Dimon
At present SecureBridge does not support FTPS. We support only STFP.

Posted: Tue 14 Dec 2010 17:26
by snorkel
What about using the indy FTP client and a SB tunnel?
You could definatly do the FTP command channel, but is it possible to have a tunnel that can do dynamic ports for the data channel which on FTP can be anything unless the server has setup a specific range for use by passive connections.

Posted: Wed 15 Dec 2010 08:41
by Dimon
You can create secure FTP connection with SecureBridge and Indy components. In this case the SSH server must be started on your FTP server. At that data of FTP protocol will be encoded and transmitted with SSH protocol. As an adapter between SecureBridge and Indy you should use the TScIdIOHandler component.