摘要: using System;using System.Windows.Forms;using System.Security.Cryptography;using System.IO;namespace 计算文件的MD5{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { //创建与服务器的连接 FtpClient fc = new FtpClient("127.0.0 阅读全文
posted @ 2013-02-17 21:27 蓬莱仙羽 阅读(527) 评论(0) 推荐(0)