Search code examples
delphisftpdelphi-xe6

How to make an SFTP connection with Delphi?


I need to do a file transfer process inside my software, and the files are a little sensitive, so I would like to do via SFTP, so I have researched that there are some components (all the payments I've researched) that make use protocol.

I would like to know if you have a free component, or how to do it manually, if possible.


Sorry, translated via google translate.


Solution

  • Use the Indy sftp component. The Indy components are included in delphi since a while.

    Alternativley you could try these activex method: https://www.activexperts.com/network-component/howto/sftp/delphi/