Page 1 of 1

FTP over SSL?

Posted: Mon Mar 10, 2025 7:21 pm
by suzy
It is highly recommended that you use FTP over SSL whenever possible to improve the safety of your FTP sessions because your login details and data will be encrypted.
I have set up SFTP connections in Cyberduck with success. But am not sure whether the above comment from the Briskbard website means that it supports SFTP too?

Attempts so far to use port 22 have failed. I am sure it's my limited knowledge getting in the way, but is there an example or tutorial for using SFTP in Briskbard.

Thanks.

Re: FTP over SSL?

Posted: Tue Mar 11, 2025 11:46 am
by salvadordf
Hi,

BriskBard uses the Indy components for Delphi and they support FTPS (FTP over SSL).

SFTP (FTP over SSH) is not supported according to the Indy project maintainer :
https://stackoverflow.com/a/14855985

Re: FTP over SSL?

Posted: Tue Mar 11, 2025 8:30 pm
by suzy
That is helpful. I will learn about FTPS and see what's needed!