edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

SSHFTPClientRename Method

Rename a remote file

Namespace:  EnterpriseDT.Net.Ftp.Ssh
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public override void Rename(
	string from,
	string to
)

Parameters

from
Type: SystemString
old name
to
Type: SystemString
new name

Implements

IFileTransferClientRename(String, String)
See Also