 | 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
Syntaxpublic static FWRetVal<string> GetFilesRecursively(
FTPHeader ftpHeader,
FTPOptions ftpOptions,
string serverPath,
string localDestPath
)
Public Shared Function GetFilesRecursively (
ftpHeader As FTPHeader,
ftpOptions As FTPOptions,
serverPath As String,
localDestPath As String
) As FWRetVal(Of String)
public:
static FWRetVal<String^>^ GetFilesRecursively(
FTPHeader^ ftpHeader,
FTPOptions^ ftpOptions,
String^ serverPath,
String^ localDestPath
)
static member GetFilesRecursively :
ftpHeader : FTPHeader *
ftpOptions : FTPOptions *
serverPath : string *
localDestPath : string -> FWRetVal<string>
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