Click or drag to resize

FTPFileExists Method (String, String, String, String)

Check if File exists.

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public static FWRetVal FileExists(
	string strHost,
	string strUserName,
	string strPassword,
	string serverFile
)

Parameters

strHost
Type: SystemString
The host.
strUserName
Type: SystemString
Name of the STR user.
strPassword
Type: SystemString
The STR password.
serverFile
Type: SystemString
The server file.

Return Value

Type: FWRetVal

[Missing <returns> documentation for "M:Koden.Utils.FTPClient.FTP.FileExists(System.String,System.String,System.String,System.String)"]

See Also