0

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.

David
  • 280
  • 1
  • 6
  • 15

1 Answers1

0

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/

C. Hediger
  • 434
  • 7
  • 22