ClientRenameFile Method
Rename a file 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 RenameFile(
string filepath,
string newfilepath
)
Public Sub RenameFile (
filepath As String,
newfilepath As String
)
Dim instance As Client
Dim filepath As String
Dim newfilepath As String
instance.RenameFile(filepath, newfilepath)
public:
void RenameFile(
String^ filepath,
String^ newfilepath
)
member RenameFile :
filepath : string *
newfilepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The ftp file path.
- newfilepath 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