Method | Description | |
---|---|---|
SftpLinkRequest ( uint protocolVersion, uint requestId, string newLinkPath, string existingPath, bool isSymLink, Action |
Initializes a new instance of the SftpLinkRequest class.
|
Method | Description | |
---|---|---|
LoadData ( ) : void | ||
SaveData ( ) : void |
public SftpLinkRequest ( uint protocolVersion, uint requestId, string newLinkPath, string existingPath, bool isSymLink, Action |
||
protocolVersion | uint | The protocol version. |
requestId | uint | The request id. |
newLinkPath | string | Specifies the path name of the new link to create. |
existingPath | string | Specifies the path of a target object to which the newly created link will refer. In the case of a symbolic link, this path may not exist. |
isSymLink | bool | if set to |
statusAction | Action |
The status action. |
return | Renci.SshNet.Sftp.Responses |