FTP通过SSH(SFTP)在德尔福2010 [英] FTP Over SSH (SFTP) In delphi 2010

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

问题描述

我正在编写一个简单的Delphi应用程序将一些文件上传到SFTP服务器。我以为我可以使用一个TIdFTP indy客户端,但它接缝,因为他们不是ftp over SSH(SFTP)的任何人都知道任何免费/开源组件的Delphi 2010,将支持通过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.

感谢您的帮助,

Kyle

推荐答案

SFTP和FTP over SSH是两个不同的东西,既不涉及SSL(as有人建议) SFTP是SSH的子协议,而FTP over SSH是通过SSH连接端口转发隧道的FTP。

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通过SSH(SFTP)在德尔福2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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