These methods rename a file that exists on the FTP server.

Overload List

This method renames a file on an FTP server specifying the remote URI and the new remote filename. 

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

This method renames a file on an FTP server specifying the remote URI and the new remote filename. 

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

This method renames a file on an FTP server specifying the host, the remote URI and the new remote filename.  

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

This method renames a file on an FTP server specifying the host name, the remote URI, the port number and the new remote filename

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

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit


The ImageKit WPF is created by Newtone Corporation