Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
void Rename(
	string from,
	string to
)
Visual Basic
Sub Rename ( _
	from As String, _
	to As String _
)
Visual C++
void Rename(
	String^ from, 
	String^ to
)

Parameters

from
Type: System..::..String
to
Type: System..::..String

See Also