Click or drag to resize

SFTPGetFilesRecursively Method (FTPHeader, FTPOptions, String, String)

Gets files from SFTP Host recursively.

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public static FWRetVal<string> GetFilesRecursively(
	FTPHeader ftpHeader,
	FTPOptions ftpOptions,
	string serverPath,
	string localDestPath
)

Parameters

ftpHeader
Type: Koden.Utils.FTPClientFTPHeader
The FTP header.
ftpOptions
Type: Koden.Utils.FTPClientFTPOptions
The FTP options.
serverPath
Type: SystemString
The server path.
localDestPath
Type: SystemString
The local dest path.

Return Value

Type: FWRetValString

[Missing <returns> documentation for "M:Koden.Utils.FTPClient.SFTP.GetFilesRecursively(Koden.Utils.FTPClient.FTPHeader,Koden.Utils.FTPClient.FTPOptions,System.String,System.String)"]

See Also