/********************************************************************  created: 2008/04/16  created: 16:4:2008   11:07  filename:  F:\Workspace\Midapex\Src\Net\OurFtpServer\Program.cs  file path: F:\W
转载 2008-05-11 01:56:00
142阅读
2评论
ftp从服务器上获取通信设备吐出的mr数据,该方案估计在通信行业上一个很普遍的一种方案,很奇怪为什么不把这些数据直接存储到数据库中呢,比如hadoop,反而还需要第三方搞网优的软件开发人员从ftp上读取成千万的mr文件信息。这种方案估计已经成公认的方案,可能原因:1,这样的文件格式的不同意,数据库很...
转载 2015-04-21 17:18:00
155阅读
2评论
string ftpServerIP = "apssdb"; string ftpUserID = "ebideai"; string ftpPassword = "ebideai"; private void Upload(string filename) { FileInfo fileInf = new FileI...
转载 2007-09-24 18:10:00
129阅读
2评论
public class FtpWeb { string ftpRemotePath; string ftpUserID; string ftpPassword; string ftpURI; string ftpServerIP; /// <summary> /// 连接FTP /// </summar
原创 2013-12-28 12:45:12
546阅读
using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;using System.Collections.Generic;namespace 阿飞_秋风扫落叶网站软文系统.Com...
转载 2015-08-21 18:11:00
58阅读
2评论
001 using System;002 using System.Collections.Generic;003 using System.Text;004 using System.Net;005 using System.IO;006 007 namespace Utility008 {009
转载 2011-07-08 09:01:00
66阅读
2评论
FTP操作类示例,包含主动、被动模式
转载 2011-06-30 12:46:08
507阅读
This is the C# version of an FTP client library which is originally written in Java.
转载 2007-05-31 14:43:00
80阅读
2评论
  using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;/// <summary>/// FTPClient 的摘要说明。/// </summary>public class FTPClient{     #region 构造函数/// <s
原创 2021-07-30 14:04:45
112阅读
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net; using System.Windows.Forms; using System.Globalization; namespace FtpLib { public class FtpWeb { s
c# 操作FTP文件类   string ftp {
原创 2023-08-08 22:25:28
218阅读
1、C# 上传下载ftp(支持断点续传)2、 C# FTP上传下载(支持断点续传)
原创 2022-07-25 22:13:40
100阅读
64位 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe FRCom.dll。32位 C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe FRCom.dll。
原创 2023-07-30 00:26:21
120阅读
public class FtpClient { #region 构造函数 /// /// 创建FTP工具 /// /// 默认不使用SSL,使用二进制传输方式,使用被动模式 /// //...
转载 2015-08-21 21:48:00
81阅读
2评论
利用openFileDialog1浏览文件夹至需要的文件,并打开文件利用folderBrowserDialog1浏览文件夹至要选择的文件夹利用c#窗体,实现浏览文件夹的作用利用openFileDialog1浏览文件夹至需要的文件,并打开文件private void button1_Click(object sender, EventArgs e) { //在
原创 精选 7月前
485阅读
上传代码: 下载代码:
原创 7月前
135阅读
这两天在研究怎样在 C# 中使用MSChart组件来绘制柱状、饼状图形,由于以前没有接触过MSChart组件,关于这方面的资料也没有;于是就到网上狂搜一把,找到了一些相关的资料,但资料都写的不完整; 现在将自己摸索的心得整理一下:1、将MSChart control的引用添加到工具栏。    选择“工具->选择工具箱项”, 然后切换到“COM 组件”页,选择“Microsoft Chart
转载 2023-04-20 00:08:02
182阅读
/* FTPFactory.cs Better view with tab space=4 Written by Jaimon Mathew (jaimonmathew@rediffmail.com) Rolander,Dan (Dan.Rolander@marriott.com) has modified the download method to cope with file name with path information. He also provided the XML comments so that the library provides Intellisense des
转载 2007-03-24 17:15:00
132阅读
2评论
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;//using System.Windows.Forms;using
原创 2022-01-11 14:07:31
497阅读
  • 1
  • 2
  • 3
  • 4
  • 5