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.26109.1248
Syntax
public void DeleteFile(
	string remotePath
)

Parameters

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