FtpClient.BeginFileExists Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method BeginFileExists(String, AsyncCallback, Object)
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 BeginFileExists(String, FtpListOption, AsyncCallback, Object)
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