FTP over SSH (SFTP) 在 delphi 2010 [英] FTP Over SSH (SFTP) In delphi 2010

查看:49
本文介绍了FTP over SSH (SFTP) 在 delphi 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在编写一个简单的 Delphi 应用程序来将几个文件上传到 SFTP 服务器.我以为我可以使用 TIdFTP indy 客户端,但它接缝是因为它们不是 FTP Over SSH (SFTP) 的选项,有人知道 Delphi 2010 的任何支持 FTP over SSH (SFTP) 的免费/开源组件吗?).由于安全原因,我无法使用 Active X 控件,因此请不要使用 Active X 解决方案进行响应.

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 FTP Over SSH (SFTP) does anyone know of any Free / Open source Components for Delphi 2010 that would support FTP over SSH (SFTP). Due to security reasons im unable to use Active X controls so please do not respond with Active X solutions.

感谢您的帮助,

凯尔

推荐答案

SFTP 和FTP over SSH"是两个独立的东西,都不涉及 SSL(正如其他人所建议的).SFTP 是 SSH 的子协议,而基于 SSH 的 FTP"是好/坏的 FTP 隧道,通过具有端口转发的 SSH 连接.

SFTP and "FTP over SSH" are two separate things, and neither involves SSL (as someone else has suggested). SFTP is a sub-protocol of SSH while "FTP over SSH" is good/bad ol' FTP tunnelled through an SSH connection with port forwarding.

无论哪种方式,您都需要一个 Delphi SSH 库.我无法为 Delphi 找到免费的 SSH 库,并最终购买了 SecureBlackbox (http://www.eldos.com/),顺便说一句,虽然 SecureBridge (http://www.devart.com) 看起来也很棒还不错.

Either way, what you're after is a Delphi SSH library. I was unable to find a free SSH library for Delphi and ended purchasing SecureBlackbox (http://www.eldos.com/), which is excellent by the way, although SecureBridge (http://www.devart.com) also looks pretty good.

这篇关于FTP over SSH (SFTP) 在 delphi 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆