 | SFTPGetFiles Method (FTPHeader, FTPOptions, String, String) |
Gets the files.
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic static FWRetVal<string> GetFiles(
FTPHeader ftpHeader,
FTPOptions ftpOptions,
string serverPath,
string localDestPath
)
Public Shared Function GetFiles (
ftpHeader As FTPHeader,
ftpOptions As FTPOptions,
serverPath As String,
localDestPath As String
) As FWRetVal(Of String)
public:
static FWRetVal<String^>^ GetFiles(
FTPHeader^ ftpHeader,
FTPOptions^ ftpOptions,
String^ serverPath,
String^ localDestPath
)
static member GetFiles :
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.GetFiles(Koden.Utils.FTPClient.FTPHeader,Koden.Utils.FTPClient.FTPOptions,System.String,System.String)"]
See Also