Sets the current working directory on the FTP server to
the parent directory.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void DirUp() |
Visual Basic |
---|
Public Sub DirUp |
Visual C++ |
---|
public: void DirUp() |
Examples
This example changes the current remote directory on the FTP server
to the parent directory relative to the current remote directory.
CopyC#
Copy

myFtp.DirUp();

myFtp.DirUp()
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |