点击或拖拽改变大小

FtpSession 类

Ftp的会话信息对象
Ftp session information object
继承层次
SystemObject
  HslCommunication.Enthernet.FtpFtpSession

命名空间:  HslCommunication.Enthernet.Ftp
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法
public class FtpSession : ISessionContext

FtpSession 类型公开以下成员。

构造函数
  名称说明
公共方法FtpSession
示例化一个Ftp的会话对象
Instantiate an Ftp session object
Top
属性
  名称说明
公共属性CanEdit
是否允许删除文件,删除文件夹,创建文件夹,重命名文件,重命名文件夹操作
can delete file operation
公共属性CanUpload
是否允许上传文件操作
can upload file operation
公共属性ClientId
当前接收的客户端ID信息
Client ID information currently received
公共属性CurrentDirectory
当前的目录信息
Current directory information
公共属性Session
获取或设置当前的会话对象
Get or set the current session object
公共属性Tag
当前的会话信息关联的自定义信息
Custom information associated with the current session information
公共属性UserName
当前的用户名
Current username
Top
方法
  名称说明
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetPhysicalFilePath
获取文件路径信息
公共方法GetPhysicalPath
获取实际的物理路径
公共方法GetType (继承自 Object。)
受保护的方法MemberwiseClone (继承自 Object。)
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见