FTP Over SSH (SFTP) In delphi 2010

前端 未结 8 556
慢半拍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:42

    And since October 2019, there's a DLL fork of PuTTY with Delphi units, please see https://github.com/superflexible/TGPuttyLib

    This was created to be able to achieve the highest possible transfer rates over SFTP. It's free and very easy to use (with examples).

提交回复
热议问题