FTP Over SSH (SFTP) In delphi 2010

前端 未结 8 552
慢半拍i
慢半拍i 2020-11-30 07:00

I\'m writing a simple Delphi App to upload a few files to a SFTP Server. i thought i would be able to use a TIdFTP indy client but it seams as tho their is not an option for

8条回答
  •  一整个雨季
    2020-11-30 07:41

    libssh2 (wriiten in C) supports SFTP, and we have two separate Delphi wrappers (not sure which one is better):

    https://github.com/pult/libssh2_delphi and https://github.com/dimmaq/delphi-libssh2

    SecureBridge from DevArt also support SFTP, comes with full source for the Professional Editon.

提交回复
热议问题