Click or drag to resize

FTPCheckForFiles 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
Syntax
public static FWRetVal<string> CheckForFiles(
	FTPHeader ftpHeader,
	FTPOptions ftpOptions,
	string serverPath
)

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.FTP.CheckForFiles(Koden.Utils.FTPClient.FTPHeader,Koden.Utils.FTPClient.FTPOptions,System.String)"]

See Also