SocketTools .NET Edition

FtpClient.OpenDirectory Method

Open the current working directory on the server.

Overload List

Open the current working directory on the server.

public bool OpenDirectory();

Open the specified directory on the server.

public bool OpenDirectory(string);

See Also

FtpClient Class | SocketTools Namespace