FTPHelper Class | Helper帮助文档 |
Ftp帮助类
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | FTPHelper | Initializes a new instance of the FTPHelper class |
Methods
Name | Description | |
---|---|---|
![]() | AddMSCFile |
修改文件
|
![]() | CanConnect |
测试FTP服务器是否可登陆
|
![]() | DelFile |
删除文件
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetFile |
下载文件
|
![]() | GetFileInfo |
得到FTP上文件信息
|
![]() | GetFileInfoConnected |
得到FTP上文件信息
|
![]() | GetFileList |
得到文件列表
|
![]() | GetFileNoBinary |
下载文件
|
![]() | getFtpClient |
得到FTP传输对象
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetList |
得到文件列表
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | PutFile |
上传文件
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Ftp |
全局FTP访问变量
|
![]() | Pass |
Ftp密码
|
![]() | Server |
Ftp服务器
|
![]() | User |
Ftp用户
|
See Also