| 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
)
Public Sub Rename (
from As String,
to As String
)
public:
void Rename(
String^ from,
String^ to
)
member Rename :
from : string *
to : string -> unit
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