Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

FTP over SSL?

Post Reply
User avatar
suzy
Posts: 53
Joined: Thu Feb 08, 2024 1:38 am

FTP over SSL?

Post 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.
User avatar
salvadordf
Posts: 4563
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: FTP over SSL?

Post 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
User avatar
suzy
Posts: 53
Joined: Thu Feb 08, 2024 1:38 am

Re: FTP over SSL?

Post by suzy »

That is helpful. I will learn about FTPS and see what's needed!
Post Reply