EAPUtilFtpDeleteFile Method (String, String, String) |
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
)
Public Shared Function FtpDeleteFile (
ftpPathAndFile As String,
userID As String,
password As String
) As FtpStatusCode
Parameters
- ftpPathAndFile
- Type: SystemString
Remote path to file - userID
- Type: SystemString
Username for FTP Server - password
- Type: SystemString
Password for FTP Server
Return Value
Type:
FtpStatusCodeStatus code of delete operation
See Also