FTPClient Methods

HD.Common

FTPClient Methods Helper帮助文档

The FTPClient type exposes the following members.

Methods

  Name Description
Public method ChDir
改变目录
Public method Connect
建立连接
Public method Delete
删除
Public method Dir
获得文件列表
Public method DisConnect
关闭连接
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get(String, String)
下载一批文件
Public method Get(String, String, String)
下载一个文件
Public method GetFileInfo
获取文件信息
Public method GetFileSize
获取文件大小
Public method GetHashCode (Inherited from Object.)
Public method GetNoBinary
下载一个文件
Public method GetTransferType
获得传输模式
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MkDir
创建目录
Public method newPutByGuid
Public method Put(String)
上传一个文件
Public method Put(String, String)
上传一批文件
Public method PutByGuid
上传一个文件
Public method Rename
重命名(如果新文件名与已有文件重名,将覆盖已有文件)
Public method RmDir
删除目录
Public method SendCommand
发送命令并获取应答码和最后一行应答字符串
Public method SetTransferType
设置传输模式
Public method ToString (Inherited from Object.)
Top
See Also

Reference