This method renames the file on the FTP server.

Overload list

This method renames the file on the FTP server with specified URI.

[Visual Basic] Public Function RenameFile(String, String) As Boolean
[C#] public bool RenameFile(string, string)

This method renames the file on the FTP server with specified URI.

[Visual Basic] Public Function RenameFile(System.Uri, String) As Boolean
[C#] public bool RenameFile(System.Uri, string)

This method renames the file on the FTP server with specified host name and path name.

[Visual Basic] Public Function RenameFile(String, String, String) As Boolean
[C#] public bool RenameFile(string, string, string)

This method renames the file on the FTP server with specified host name, path name and port number.

[Visual Basic] Public Function RenameFile(String, String, Integer, String) As Boolean
[C#] public bool RenameFile(string, string, int, string)

See Also

Ftp Class | Ftp Members


The ImageKit.NET3 is created by Newtone Corporation