how to use plain FTP with SFTPClient and SSH Client

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
vincentwai
Posts: 1
Joined: Mon 17 Jun 2019 08:16

how to use plain FTP with SFTPClient and SSH Client

Post by vincentwai » Mon 17 Jun 2019 08:20

Hi all,
I already have existing coding to connect to SFTP server using SFTPClient and SSH Client. But now I like to connect to plain FTP. I have tried but unable to do so. Can plain FTP be supported? What are the settings to be changed?
Regards

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: how to use plain FTP with SFTPClient and SSH Client

Post by ViktorV » Tue 18 Jun 2019 04:55

To connect to a regular FTP, you should use TScFTPClient: https://devart.com/sbridge/docs/tscftpclient.htm instead of TScSFTPClient that is used to connect to an SFTP server.

Post Reply