Method Get
Get(string)
Copies the specified file from the SFTP server.
public void Get(string fromFilePath)
Parameters
fromFilePathstringThe file to copy.
Exceptions
Get(string[])
Copies the specified files from the SFTP server.
public void Get(string[] fromFilePaths)
Parameters
fromFilePathsstring[]The files to copy.
Exceptions
Get(string[], string)
Copies the specified files from the SFTP server to the specified destination directory.
public void Get(string[] fromFilePaths, string toDirPath)
Parameters
Exceptions
Get(string, string)
Copies the specified file from the SFTP server to the specified destination directory.
public override void Get(string fromFilePath, string toFilePath)