 | FtpRename Method |
Renames a file or folder on the server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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 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