 | FTPFileExist Method (Uri) |
Check if the file exist via HTTP request (no FTP credentials needed)
Namespace: ProFTPNetLibraryAssembly: ClientFTPNetLibrary (in ClientFTPNetLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool FileExist(
Uri filename
)
Public Shared Function FileExist (
filename As Uri
) As Boolean
Parameters
- filename
- Type: SystemUri
Uri of the file to check (es: "http://www.domain.com/chekme.txt")
Return Value
Type:
BooleanTrue if exist; false otherwise
See Also