FTP Over SSH (SFTP) In delphi 2010

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

    1) SFTP is NOT FTP-over-SSH. Read the discussion here.

    2) For SFTP there are no free Delphi components. You can use our SFTP client and server components for Delphi (part of SecureBlackbox product), which are supported and maintained commercial solution.

提交回复
热议问题