This method deletes the file on the FTP server.

Overload list

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

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

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

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

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

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

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

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

See Also

Ftp Class | Ftp Members


The ImageKit.NET3 is created by Newtone Corporation