Click or drag to resize
FTPFileExist Method (Uri)
Check if the file exist via HTTP request (no FTP credentials needed)

Namespace: ProFTPNetLibrary
Assembly: ClientFTPNetLibrary (in ClientFTPNetLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool FileExist(
	Uri filename
)

Parameters

filename
Type: SystemUri
Uri of the file to check (es: "http://www.domain.com/chekme.txt")

Return Value

Type: Boolean
True if exist; false otherwise
See Also