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.26109.1248
Syntax
public void Rename(
	string from,
	string to
)

Parameters

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