• 大小: 4.96KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 上传下载  web  FTP  TP  管理  

资源简介

c#实现ftp上传下载(源码)。这个可以简单达到目的。-c# to achieve ftp upload and download. This can be simple to achieve their goals.

资源截图

代码片段和文件信息

using System;
using System.IO;
using System.Net;
 
/// 
/// web地址:   http://djk8888csdn.3vcm.net/
/// FTP地址: ftp://013.3vftp.com/
/// FTP账号: djk8888csdn
/// FTP密码: 123456  
/// 

public class FtpWeb
{
    public static string ftpHost = “ftp://013.3vftp.com/“;//FTP的ip地址或域名 
    public static string ftpUserID = “djk8888csdn“;//ftp账号
    public static string ftpPassword = “123456“;//ftp密码
 
    /// 
    /// 上传
    /// 

    /// ftp上的路径
    /// ftp上的文件名
    /// 文件大小
    /// 本地文件流
    /// 报错信息
    /// 
    public static bool Upload(string ftpURI string filenam

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

     文件       2469  2020-05-22 09:32  index.aspx

     文件       5469  2020-05-22 09:33  index.aspx.cs

     文件        969  2020-05-22 09:33  ftpDownload.ashx

     文件       5926  2020-05-22 09:34  FtpWeb.cs

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

                14833                    4


评论

共有 条评论