zoukankan      html  css  js  c++  java
  • FTP协议操作

    FTP协议操作代码

    采用MS的FTP协议封装

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

    namespace Vancl.FileUtility
    {
        
    public class FtpCmd
        
    {
            
    创建文件夹

            
    删除文件夹

            
    获取文件夹内文件和文件夹列表信息

            
    删除指定文件

            
    上传文件

            
    文件重命名
        }

    }
  • 相关阅读:
    最舒适的路线(并查集)
    POJ 2411 状态压缩DP
    NYOJ 708 ones
    HUD 1024 Max Sum Plus Plus
    最长上升子序列
    HDU 4717 The Moving Points
    重新开始写随笔
    读书的意义
    读《如何阅读一本书》笔记
    读《GRAY HAT PYTHON》笔记
  • 原文地址:https://www.cnblogs.com/lixx/p/1317039.html
Copyright © 2011-2022 走看看