本文介绍了在C#中使用FTPS发送文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在发送文件时遇到问题 通过C#中的FTPS可以让我知道如何使用C#完成该操作.

I am having problem sending files  through FTPS in C#Can anyone please let me know how it can be done using C#.

预先感谢

推荐答案

请检查以下链接

http://stackoverflow.com/questions/1534908 /transfer-files-over-ftps-ssl-tls-using-c-net

http://stackoverflow.com/questions /1842186/does-net-ftpwebrequest-support-both-implicit-ftps-andexplicit-ftpes

带有源代码的文章:http://www.codeproject.com/Articles/31624/An-FTP-secure-client-library-for-C

Article with source code : http://www.codeproject.com/Articles/31624/An-FTP-secure-client-library-for-C

此致

Stygen


这篇关于在C#中使用FTPS发送文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-08 23:25