This method deletes the file on the FTP server.

Overload List

This method deletes a file on an FTP server specifying the remote URI.

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

This method deletes a file on an FTP server specifying the remote URI.

[Visual Basic] Public Function FtpDeleteFile(System.Uri) As Boolean
[C#] public bool FtpDeleteFile(System.Uri)

This method deletes a file on an FTP server specifying the host name and the remote URI.

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

This method deletes a file on an FTP server specifying the host name and the remote URI, and the port number.

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

See Also

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

The ImageKit WPF is created by Newtone Corporation