资源简介
在校期间写的玩意,2009年的老代码了
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using FTPClient;
using System.Threading;
using System.IO;
namespace FtpClient
{
/*======================================================================
命名空间名: $NameSpace Name$
CLR版本: $ClrVersion$
文件名: $FileName$
Mail: vxbb@vip.qq.com
QQ: 491687374
Created by vxbb $12:53 2009-6-13$
Copyright (C) 2008-2009 All rights reserved
======================================================================*/
public partial class FtpClient : Form
{
//================================================================================================
#region Members
private string remoteHost = string.Empty;
private int remotePort = -1;
private string user = string.Empty;
private string password = string.Empty;
private string curLocalPath = string.Empty;
private string curRemotePath = string.Empty;
public string oldfile = string.Empty;
private FTPAsynchronousConnection ftpconn;
private ArrayList files;
private ArrayList CurPath = new ArrayList();
#endregion Members
//------------------------------------------------------------------------------------------------
#region Properties
#endregion Properties
//================================================================================================
#region Constructors
public FtpClient()
{
InitializeComponent();
Control.CheckForIllegalCrossThreadCalls = false;
try
{
string[] Drv = Directory.GetLogicalDrives();
int DrvCnt = Drv.Length;
for (int i = 0; i < DrvCnt; i++)
{
string str = string.Empty;
str = “驱动器“ + Drv[i];
combLocal.Items.Add(str);
combLocal.SelectedIndex = 0;
string txt = combLocal.Items[combLocal.SelectedIndex].ToString();
curLocalPath = txt.Substring(3 3);
FillFilesView(curLocalPath);
}
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
}
#endregion Constructors
//------------------------------------------------------------------------------------------------
#region Internal Methods
#endregion
//------------------------------------------------------------------------------------------------
#region Private Methods
private void FillFilesView(string FullName)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 36864 2020-06-30 15:15 FtpServer\.vs\FtpServer\v14\.suo
文件 11133 2020-04-29 16:28 FtpServer\Backup\FtpServer\Client.cs
文件 10436 2020-04-29 16:28 FtpServer\Backup\FtpServer\Form1.cs
文件 7945 2020-04-29 16:28 FtpServer\Backup\FtpServer\Form1.Designer.cs
文件 5814 2020-04-29 16:28 FtpServer\Backup\FtpServer\Form1.resx
文件 3839 2020-04-29 16:28 FtpServer\Backup\FtpServer\FtpServer.csproj
文件 498 2020-04-29 16:28 FtpServer\Backup\FtpServer\Program.cs
文件 1350 2020-04-29 16:28 FtpServer\Backup\FtpServer\Properties\AssemblyInfo.cs
文件 2868 2020-04-29 16:28 FtpServer\Backup\FtpServer\Properties\Resources.Designer.cs
文件 5612 2020-04-29 16:28 FtpServer\Backup\FtpServer\Properties\Resources.resx
文件 1094 2020-04-29 16:28 FtpServer\Backup\FtpServer\Properties\Settings.Designer.cs
文件 249 2020-04-29 16:28 FtpServer\Backup\FtpServer\Properties\Settings.settings
文件 22744 2020-04-29 16:28 FtpServer\Backup\FtpServer\Request.cs
文件 917 2020-04-29 16:28 FtpServer\Backup\FtpServer.sln
文件 26624 2020-06-30 15:12 FtpServer\FtpServer\bin\Debug\FtpServer.exe
文件 50688 2020-06-30 15:12 FtpServer\FtpServer\bin\Debug\FtpServer.pdb
文件 21680 2020-06-30 15:15 FtpServer\FtpServer\bin\Debug\FtpServer.vshost.exe
文件 490 2018-09-15 15:29 FtpServer\FtpServer\bin\Debug\FtpServer.vshost.exe.manifest
文件 11179 2020-06-30 15:12 FtpServer\FtpServer\Client.cs
文件 10436 2020-04-29 16:28 FtpServer\FtpServer\Form1.cs
文件 7945 2020-04-29 16:28 FtpServer\FtpServer\Form1.Designer.cs
文件 5814 2020-04-29 16:28 FtpServer\FtpServer\Form1.resx
文件 4029 2020-06-30 15:10 FtpServer\FtpServer\FtpServer.csproj
文件 790 2020-06-30 15:11 FtpServer\FtpServer\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6849 2020-06-30 15:10 FtpServer\FtpServer\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 610 2020-06-30 15:15 FtpServer\FtpServer\obj\Debug\FtpServer.csproj.FileListAbsolute.txt
文件 847 2020-06-30 15:12 FtpServer\FtpServer\obj\Debug\FtpServer.csproj.GenerateResource.Cache
文件 1758 2020-06-30 15:12 FtpServer\FtpServer\obj\Debug\FtpServer.csprojResolveAssemblyReference.cache
文件 26624 2020-06-30 15:12 FtpServer\FtpServer\obj\Debug\FtpServer.exe
文件 180 2020-06-30 15:12 FtpServer\FtpServer\obj\Debug\FtpServer.FtpServerForm.resources
............此处省略62个文件信息
相关资源
- C#仿QQ客户端+服务端+数据库文件
- 服务器和客户端(TCP发送消息、发送
- Socket聊天室(客户端与服务端相互通
- c# winform ftp 文件
- socket服务端
- 大文件Socket 传输 客户端和服务端
- Tcp/ip socket 服务器/客户端
- TCP/IP通讯 (附服务端以及客户端)
- 物联网设备通讯协议实现客户端(I
- 服务端启动UI进程
- udp通讯(需修改客户端链接服务端时
- 网络通讯程序源码(附客户端以及服
- FTP上传 文件
- 简单tcp 通讯网口工具客户端
- 基于webapi的PLC软件控制(softplc)
- C# SFTP文件上传和,有进度条,增加多
- Unity通过TCP接收服务端数据
- 基于GMap.ne控件的C/S模式地图开发程序
- 使用WPF+MVVMlight编写的Socket服务器/多客
- 客户端根据服务器端的指令弹出提示
- C#实现TCP服务端
- winform Ftp 上传小DEMO
- c# 实现多个客户端桌面截取共享到服
- winform客户端SuperWebSocket通信Demo
- SuperSocket(服务端winform+客户端winfor
- C#在线聊天系统客户端+服务器
- c#实现QQ聊天程序(源代码)(分服务
- C#连接Oracle11g无需安装客户端
- TCP协议服务器/客户端框架
- C# IOCP高性能 SOCKET并发完成端口有C#客
评论
共有 条评论