Renci.SshNet.Async
Asynchronously retrieve list of files in remote directory
The instance
The path.
The list callback.
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
List of directory entries
Asynchronously download the file into the stream.
The instance
Remote file path.
Data output stream.
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
Asynchronously download the file into the stream.
The instance
Remote file path.
Data output stream.
The download callback.
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
Asynchronously upload the stream into the remote file.
The instance
Data input stream.
Remote file path.
The upload callback.
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
Asynchronously upload the stream into the remote file.
The instance
Data input stream.
Remote file path.
if set to true then existing file will be overwritten.
The upload callback.
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
Asynchronously synchronizes the directories.
The instance
The source path.
The destination path.
The search pattern.
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
List of uploaded files.
Asynchronously run a command.
The instance
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
Command execution result.
Asynchronously run a command.
The instance
The command text to execute
The TaskFactory used to create the Task
The TaskCreationOptions value that controls the behavior of the
created Task.
The TaskScheduler
that is used to schedule the task that executes the end method.
Command execution result.