Click or drag to resize

FtpRename Method

Renames a file or folder on the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void Rename(
	string from,
	string to
)

Parameters

from
Type: SystemString
The pathname of the remote file or folder to be renamed.
to
Type: SystemString
The pathname to rename the file or folder to.
See Also