FTPHelper Class

HD.Common

FTPHelper Class Helper帮助文档
Ftp帮助类
Inheritance Hierarchy

SystemObject  HD.CommonFTPHelper

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class FTPHelper
Public Class FTPHelper
public ref class FTPHelper
type FTPHelper =  class end

The FTPHelper type exposes the following members.

Constructors

  NameDescription
Public methodFTPHelper
Initializes a new instance of the FTPHelper class
Top
Methods

  NameDescription
Public methodAddMSCFile
修改文件
Public methodCanConnect
测试FTP服务器是否可登陆
Public methodDelFile
删除文件
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetFile
下载文件
Public methodGetFileInfo
得到FTP上文件信息
Public methodGetFileInfoConnected
得到FTP上文件信息
Public methodGetFileList
得到文件列表
Public methodGetFileNoBinary
下载文件
Public methodgetFtpClient
得到FTP传输对象
Public methodGetHashCode (Inherited from Object.)
Public methodGetList
得到文件列表
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPutFile
上传文件
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFtp
全局FTP访问变量
Public propertyPass
Ftp密码
Public propertyServer
Ftp服务器
Public propertyUser
Ftp用户
Top
See Also

Reference