edtFTPnet/Free - Open-source FTP component for .NET | Download
Changes to the parent of the current working directory on the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual bool ChangeWorkingDirectoryUp()
Visual Basic
Public Overridable Function ChangeWorkingDirectoryUp As Boolean
Visual C++
public:
virtual bool ChangeWorkingDirectoryUp()

Return Value

true if the working directory was changed.

See Also