FtpClient.FileExists Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method FileExists(String)
Checks if a file exsts on the server by taking a file listing of the parent directory in the path and comparing the results the path supplied.
Public method FileExists(String, FtpListOption)
Checks if a file exsts on the server by taking a file listing of the parent directory in the path and comparing the results the path supplied.

See Also