Rename a remote file

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void Rename(
	string from,
	string to
)
Visual Basic
Public Overridable Sub Rename ( _
	from As String, _
	to As String _
)
Visual C++
public:
virtual void Rename(
	String^ from, 
	String^ to
)

Parameters

from
Type: System..::..String
old name
to
Type: System..::..String
new name

Implements

IFileTransferClient..::..Rename(String, String)

See Also