文件名称:ftp服务器开发(FTPClient FTPServer)c#
文件大小:81KB
文件格式:RAR
更新时间:2012-01-07 10:18:45
ftp服务器开发 FTPClient FTPServer
软件项目实践I ftp服务器开发 C# (FTPClient FTPServer) sing System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Sockets; using System.IO; namespace FTPClient { public partial class Form1 : Form { TcpClient client; NetworkStream netStream; StreamReader sr; StreamWriter sw; public Form1() ..............
【文件预览】:
ftp服务器开发
----FTPServer()
--------FTPServer()
--------FTPServer.suo(12KB)
--------FTPServer.sln(916B)
----FTPClient()
--------FTPClient.sln(1KB)
--------FTPClient()
--------FTPClient.suo(19KB)