Gets/Sets the remote directory on the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
Examples
This example creates a new sub directory newDir on the FTP server
relative to the current remote directory and sets the new directory
to the current remote directory.
CopyC#
Copy

myFtp.MakeDir("newDir"); myFtp.RemoteDir = "newDir";

myFtp.MakeDir("newDir") myFtp.RemoteDir = "newDir"
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |