ClientRenameDirectory Method
Rename a directory on the FTP server.
Namespace: DevCase.ThirdParty.FluentFTPAssembly: DevCase.net48.ThirdParty.FluentFTP (in DevCase.net48.ThirdParty.FluentFTP.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void RenameDirectory(
string directorypath,
string newdirectorypath
)
Public Sub RenameDirectory (
directorypath As String,
newdirectorypath As String
)
Dim instance As Client
Dim directorypath As String
Dim newdirectorypath As String
instance.RenameDirectory(directorypath,
newdirectorypath)
public:
void RenameDirectory(
String^ directorypath,
String^ newdirectorypath
)
member RenameDirectory :
directorypath : string *
newdirectorypath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- directorypath String
-
The ftp file path.
- newdirectorypath String
-
The new ftp file path.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FluentFTP