Click or drag to resize

FtpDeleteFile Method

Deletes the file on the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void DeleteFile(
	string remotePath
)

Parameters

remotePath
Type: SystemString
The pathname of the file to be deleted. Either an absolute pathname or relative to the current working folder.
See Also