Click or drag to resize

FtpDirectoryRemoveFile Method

Removes file from directory.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void RemoveFile(
	string fileName
)
View Source

Parameters

fileName  String
Remote filename to remove.
See Also