FtpClient.Connect Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method Connect()()()()
Connect to the server. Throws ObjectDisposedException if this object has been disposed.
Public method Static member Connect(Uri)
Connects to the specified URI. If the path specified by the URI ends with a / then the working directory is changed to the path specified.
Public method Static member Connect(Uri, Boolean)
Connects to the specified URI. If the path specified by the URI ends with a / then the working directory is changed to the path specified.

See Also