资源简介
ftp定时自动上传文件到服务器上,以方便用户获取数据,不用人工。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
namespace AutoRAR
{
partial class AboutBox1 : Form
{
public AboutBox1()
{
InitializeComponent();
// 初始化 AboutBox 以显示程序集信息中包含的产品信息。
// 也可以通过以下方法更改应用程序的程序集信息设置:
// - 项目->属性->应用程序->程序集信息
// - AssemblyInfo.cs
this.Text = String.Format(“关于 {0}“ Assemblytitle);
this.labelProductName.Text = AssemblyProduct;
this.labelVersion.Text = String.Format(“版本 {0}“ AssemblyVersion);
this.labelCopyright.Text = AssemblyCopyright;
this.labelCompanyName.Text = AssemblyCompany;//51(aspx)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4760 2010-02-26 09:54 ftp\AboutBox1.cs
文件 9193 2010-02-26 09:54 ftp\AboutBox1.Designer.cs
文件 5814 2010-02-26 09:54 ftp\AboutBox1.resx
文件 14237 2010-03-03 13:29 ftp\AddObj.cs
文件 21977 2010-02-24 22:42 ftp\AddObj.Designer.cs
文件 262848 2010-02-24 22:42 ftp\AddObj.resx
文件 6601 2010-02-25 00:10 ftp\AutoFTP.csproj
文件 504 2010-02-25 00:10 ftp\AutoFTP.csproj.user
文件 903 2010-02-24 22:42 ftp\AutoFTP.sln
..A..H. 44544 2011-02-09 14:53 ftp\AutoFTP.suo
文件 926720 2010-03-03 13:29 ftp\bin\Debug\AutoFTP.exe
文件 151552 2011-02-09 11:10 ftp\bin\Debug\Databa
文件 1627 2008-11-18 15:20 ftp\bin\Debug\Images\del.png
文件 1365 2008-11-18 15:19 ftp\bin\Debug\Images\Developer_Icons_091.png
文件 1639 2008-11-18 15:20 ftp\bin\Debug\Images\Developer_Icons_160.png
文件 1455 2008-11-18 15:20 ftp\bin\Debug\Images\Developer_Icons_161.png
文件 1558 2008-11-18 15:20 ftp\bin\Debug\Images\Developer_Icons_163.png
文件 1519 2008-11-18 15:20 ftp\bin\Debug\Images\edit.png
文件 1482 2008-11-18 15:19 ftp\bin\Debug\Images\hidden.png
文件 1398 2008-11-18 15:20 ftp\bin\Debug\Images\start.png
文件 1323 2008-11-18 15:20 ftp\bin\Debug\Images\stop.png
文件 4190 2009-04-25 09:56 ftp\DB.cs
文件 1248 2010-02-26 09:48 ftp\downloadNetPage.cs
文件 19206 2010-02-26 09:48 ftp\FTPClient.cs
文件 480 2010-02-24 22:46 ftp\GlobalVar.cs
文件 171014 2004-05-19 00:32 ftp\main.ico
文件 18337 2010-03-03 13:29 ftp\MainForm.cs
文件 27241 2010-02-25 00:01 ftp\MainForm.Designer.cs
文件 263033 2010-02-25 00:01 ftp\MainForm.resx
文件 429 2009-04-25 21:23 ftp\obj\AutoFTP.csproj.FileList.txt
............此处省略38个文件信息
相关资源
- 疯子ftp上传工具源码传送数据到服务
- 《C#版Ftp软件源码》
- C# 定时关闭计算机
- kindeditor编辑器 黏贴图片自动上传插件
- 每天定时将各地上报结果处理到Exce
- 每天定时读取Excel文件给指定数据库
- 定时关闭计算机
- 定时读取ftp中txt日志并转存,判断后
- C# 定时记录(类似秒表)
- c# winform FTP连接服务器对文件进行操作
- FTP实现文件的上传,,删除等功能
- C#定时器详细demo
- C#实现FTP客户端
- winformFTP客户端
- C#自动定时创建文本文件并写入随机内
- 一个非常好的FTP客户端,c#编写的
- FTP客户端源代码C#
- C#设计的FTP客户端和服务器端
- [ASP.NET]web实现用FTP上传、文件
- C# 实现定时关机
- c# 定时开机
- HttpFtp上传, 加载条Demo
- FTP文件
- LumiSoft.Net网络编程最全的类(c#)含
- TFTP Server
- C# 红绿灯定时变化程序
- c#实现ftp上传、删除、、新建等功能
- FTP客户端FileZilla软件源码
- 定时采集网站数据 (RestSharp+Dapper)
- csharp ftp开发
评论
共有 条评论