FTPS over SecureBridge?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
Bert
Posts: 4
Joined: Fri 30 Apr 2010 09:17

FTPS over SecureBridge?

Post by Bert » Fri 30 Apr 2010 09:26

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 30 Apr 2010 11:53

At present SecureBridge does not support FTPS. We support only STFP.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Tue 14 Dec 2010 17:26

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 15 Dec 2010 08:41

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.

Post Reply