支持异步上传的免费 .NET sFTP 组件?

发布于 2024-09-14 02:03:50 字数 54 浏览 2 评论 0原文

那里有吗?我已经做了相当多的搜索。看起来有一些价格为几百美元++的选项,但我看不到任何免费的。

Are there any out there? I've done a fair bit of searching. Looks like there are some options for a few hundred $US++ but I can't see any free ones.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

救赎№ 2024-09-21 02:03:50

www.example-code.com/csharp/ftp_asyncUpload.asp 上有一个。我自己没用过。还有 http://www.eldos.com/sbb/ 有免费试用版带有导航屏幕。我已经使用了这个,但不是用于异步上传,但您可以在委托中完成这项工作并使用 BeginInvoke 使其异步。

There is one at www.example-code.com/csharp/ftp_asyncUpload.asp. I haven't used it myself. There is also http://www.eldos.com/sbb/ which has a free trial version with a nag screen. I have used this one but not for asynchronous uploading, but you could do the work in a delegate and use BeginInvoke to make it asynchronous.

近箐 2024-09-21 02:03:50

JFYI:SecureBlackbox(在之前的答案中提到)有TElSFTPClient组件,可以在异步模式下使用(事实上,异步模式是TElSFTPClient的主要模式)。

JFYI: SecureBlackbox (mentioned in previous answer) has TElSFTPClient component which can be used in asynchronous mode (in fact, async mode is the main one for TElSFTPClient).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文