Page 1 of 1

how to use plain FTP with SFTPClient and SSH Client

Posted: Mon 17 Jun 2019 08:20
by vincentwai
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

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

Posted: Tue 18 Jun 2019 04:55
by ViktorV
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.