NetXP 3.0 Reference

FTP.DeleteRemoteFile Method 

Delete a file from the remote FTP server.

[Visual Basic]
Public Sub DeleteRemoteFile( _
   ByVal fileName As String _
)
[C#]
public void DeleteRemoteFile(
   string fileName
);

Parameters

fileName
Remote file name.

See Also

FTP Class | NETXP.Library Namespace