登录
首页 » C# » FTP 文件同步工具 源码

FTP 文件同步工具 源码

于 2013-12-04 发布
0 186
下载积分: 1 下载次数: 1

代码说明:

FTP 文件同步工具 源码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C#串口调试工具源码下载
    C#串口调试工具源码下载
    2015-05-07下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • C#实现Socket通讯Demo
    c#通过Socket实现图片、文件和文字的通讯。 private void button1_Click(object sender, EventArgs e)         {                          try             {                 server = TxStart.startServer(int.Parse(textBox_port.Text));                 server.AcceptString = new TxDelegate(acceptString);                 server.AcceptByte = new TxDelegate(acceptBytes);                 server.Connect = new TxDelegate(connect);                 server.dateSuccess = new TxDelegate(dateSuccess);                 server.Disconnection = new TxDelegate(disconnection);                 server.EngineClose = new TxDelegate(engineClose);                 server.EngineLost = new TxDelegate(engineLost);                 //server.BufferSize=12048;                 //server.FileLog = "C:\test.txt";                 server.StartEngine();                 this.button1.Enabled = false;                 this.button2.Enabled = true;                 this.button3.Enabled = true;             }             catch (Exception Ex) { MessageBox.Show(Ex.Message); }                       }         ///         /// 发送按钮         ///         ///         ///         private void button2_Click(object sender, EventArgs e)         {             try             {                 IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;                 if (client == null)                 {                     MessageBox.Show("没有选中任何在线客户端!");                     return;                 }                 if (!this.server.clientCheck(client))                 {                     MessageBox.Show("目标客户端不在线!");                     return;                 }                 server.sendMessage(client, textBox_msg.Text);             }             catch (Exception Ex) { MessageBox.Show(Ex.Message); }         }         ///         /// 下面显示的         ///         ///         ///         private void show(IPEndPoint ipEndPoint, string str)         {             label_zt.Text = ipEndPoint.ToString() ":" str;             label_all.Text = "当前在线人数:" this.server.ClientNumber.ToString();         }         ///         /// 当组合框按下的时候         ///         ///         ///         private void comboBox1_DropDown_1(object sender, EventArgs e)         {             try             {                 List list = this.server.ClientAll;                 this.comboBox1.DataSource = list;             }             catch { }         }         ///         /// 关闭客户端的按钮         ///         ///         ///         private void button3_Click_1(object sender, EventArgs e)         {             IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;             if (client == null)             {                 MessageBox.Show("没有选中任何在线客户端!");                 return;             }             if (!this.server.clientCheck(client))             {                 MessageBox.Show("目标客户端不在线!");                 return;             }             server.clientClose(client);         }         #endregion
    2021-08-22 00:31:02下载
    积分:1
  • C# 自定义OpenFileDialog控件 例子
    自定义OpenFileDialog控件
    2015-06-26下载
    积分:1
  • asp.net+ mvc +ef吉特仓库管理系统(源码+数据库)
    吉特仓储管理系统主要包含功能如下:系统管理----员工管理----角色管理----部门管理----菜单管理----权限分配----标识符管理基本资料----供应商管理----库位管理----客户管理----计量单位----产品类别----产品管理仓库管理----入库管理----出库管理----报损管理----移库管理----盘点管理----退货管理报表管理----库存清单----货品统计----出入库报表----入库报表----出库报表----报损报表----退货报表----客户报表----供应商报表----台账记录----自定义报表
    2021-05-07下载
    积分:1
  • asp.net cms系统源码下载(DTCMS源码)
    DTcms V3.0增强与改进的功能有: 1、系统架构发生了改变;2、去除模型概念与改进扩展字段;3、增加分站功能;4、增加手机短信功能;5、增加生成静态功能;6、全新的后台界面;7、对模板标签的改进;
    2015-04-08下载
    积分:1
  • wpf+winform+touchable+touch 窗体应用完整源码 (含sqlserverce数据库)
    wpf+winform+touchable+touch 窗体应用完整源码 (含sqlserverce数据库)
    2014-01-25下载
    积分:1
  • WPF动画(小人快跑)源码下载
    WPF动画(小人快跑)源码下载
    2015-06-26下载
    积分:1
  • WPF IM聊天实例源码下载
    不错的wpf IM聊天程序,实现了基本的聊天功能 注意事项: 1.在自己的机器配置的话,客户端需要更改 config目录下的 IPAddress.xml文件,将其中的ip 改成自己本机ip(本机ip可通过 cmd ipconfig命令查看) 2. server端 则需要将 server/data/目录下的chatdata.mdf这个数据库附加下,同时修改程序中对应的数据库连接串(在DataLink.cs中),例如 我就修改成了这个 private static string Link = @"Data Source = localhost;Initial Catalog = ChatData;User Id = sa;Password = xxxx;";  大家根据自己的情况修改即可    客户端登陆账号:10007 密码:123456
    2015-05-01下载
    积分:1
  • C++实战源码-图像旋转(入门级实例512).zip
    C++实战源码-图像旋转(入门级实例512).zip
    2019-10-01下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载