Click or drag to resize

SFTPGetFilesRecursively Method (FTPHeader, String, String, Boolean, FTPFilterType, String, Boolean, Boolean)

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,
	string serverPath,
	string localDestPath,
	bool forceOverWrite,
	FTPFilterType filterType = FTPFilterType.None,
	string filter = null,
	bool keepOrigDateTime = false,
	bool deleteAfterRetrieve = false
)

Parameters

ftpHeader
Type: Koden.Utils.FTPClientFTPHeader
The FTP header.
serverPath
Type: SystemString
The server path.
localDestPath
Type: SystemString
The local dest path.
forceOverWrite
Type: SystemBoolean
if set to true [force over write].
filterType (Optional)
Type: Koden.Utils.FTPClientFTPFilterType
Type of the filter.
filter (Optional)
Type: SystemString
The filter.
keepOrigDateTime (Optional)
Type: SystemBoolean
if set to true [keep original date time].
deleteAfterRetrieve (Optional)
Type: SystemBoolean
if set to true [delete after retrieve].

Return Value

Type: FWRetValString

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

See Also