 | SFTPCheckForFiles Method (FTPHeader, FTPOptions, String) |
Checks for files.
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic static FWRetVal<string> CheckForFiles(
FTPHeader ftpHeader,
FTPOptions ftpOptions,
string serverPath
)
Public Shared Function CheckForFiles (
ftpHeader As FTPHeader,
ftpOptions As FTPOptions,
serverPath As String
) As FWRetVal(Of String)
public:
static FWRetVal<String^>^ CheckForFiles(
FTPHeader^ ftpHeader,
FTPOptions^ ftpOptions,
String^ serverPath
)
static member CheckForFiles :
ftpHeader : FTPHeader *
ftpOptions : FTPOptions *
serverPath : 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.
Return Value
Type:
FWRetValString[Missing <returns> documentation for "M:Koden.Utils.FTPClient.SFTP.CheckForFiles(Koden.Utils.FTPClient.FTPHeader,Koden.Utils.FTPClient.FTPOptions,System.String)"]
See Also