EAPUtilFtpDeleteFile Method (String, String, String, Boolean) |
Delete File from given FTP Server
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FtpStatusCode FtpDeleteFile(
string ftpPathAndFile,
string userID,
string password,
bool useSSL
)
Public Shared Function FtpDeleteFile (
ftpPathAndFile As String,
userID As String,
password As String,
useSSL As Boolean
) As FtpStatusCode
Parameters
- ftpPathAndFile
- Type: SystemString
Remote path to file - userID
- Type: SystemString
Username for FTP Server - password
- Type: SystemString
Password for FTP Server - useSSL
- Type: SystemBoolean
Whether connection should use SSL
Return Value
Type:
FtpStatusCodeStatus code of delete operation
See Also