'Declaration Public Overloads Function SendRawFTP( _ ByVal command As System.String, _ ByVal response As System.Integer _ ) As System.String
'Usage Dim instance As FTP Dim command As System.String Dim response As System.Integer Dim value As System.String value = instance.SendRawFTP(command, response)
Parameters
- command
- The command to send
- response
- Wait for a specific response
Return Value
The FTP servers response