• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: FTP  C#  下载  

资源简介

C# ftp 下载类源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.IO;

namespace LibDldFile
{
    public class FtpDldFile : IDldFile
    {
        private string _ftpLoginUser = string.Empty;
        private string _ftpLoginPwd = string.Empty;
        private string _dldFileSaveDir = string.Empty;
        private List _dldFileList = null;
        private UInt32 _ftpDldSize = 1024;

        /// 
        /// 创建FTP 下载对象(文件保存路径默认为当前程序启动路径)
        /// 

        /// 下载文件路径列表
        /// FTP 登录用户
        /// FTP 登录密码
        public FtpDldFile(List dldFileList string ftpLoginUser string ftpLoginPwd)
      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          0  2008-12-02 17:51  LibDldFile\bin\Debug\1.txt

     文件      20480  2008-12-03 21:28  LibDldFile\bin\Debug\LibDldFile.dll

     文件      17920  2008-12-03 21:28  LibDldFile\bin\Debug\LibDldFile.pdb

     文件       8114  2008-12-03 20:54  LibDldFile\FtpDldFile.cs

     文件       1370  2008-12-03 20:30  LibDldFile\IDldFile.cs

     文件       2000  2008-12-03 21:28  LibDldFile\LibDldFile.csproj

     文件      20480  2008-12-03 21:28  LibDldFile\obj\Debug\LibDldFile.dll

     文件      17920  2008-12-03 21:28  LibDldFile\obj\Debug\LibDldFile.pdb

     文件      16384  2008-12-03 21:15  LibDldFile\obj\Debug\Refactor\LibDldFile.dll

     文件        146  2008-12-03 21:28  LibDldFile\obj\LibDldFile.csproj.FileList.txt

     文件        411  2008-12-02 17:52  LibDldFile\obj\LibDldFile.csproj.FileListAbsolute.txt

     文件       1325  2008-12-02 14:57  LibDldFile\Properties\AssemblyInfo.cs

     目录          0  2008-12-03 21:15  LibDldFile\obj\Debug\Refactor

     目录          0  2008-12-03 20:20  LibDldFile\obj\Debug\TempPE

     目录          0  2008-12-03 21:28  LibDldFile\bin\Debug

     目录          0  2008-12-03 21:28  LibDldFile\obj\Debug

     目录          0  2008-12-03 20:20  LibDldFile\bin

     目录          0  2008-12-03 21:28  LibDldFile\obj

     目录          0  2008-12-03 20:20  LibDldFile\Properties

     目录          0  2008-12-03 21:28  LibDldFile

----------- ---------  ---------- -----  ----

               106550                    20


评论

共有 条评论