'Declaration Public Overloads Function SendRawFTP( _ ByVal command As System.String _ ) As System.String
'Usage Dim instance As FTP Dim command As System.String Dim value As System.String value = instance.SendRawFTP(command)
public System.string SendRawFTP( System.string command )
public function SendRawFTP( command: System.String ): System.String;
public function SendRawFTP( command : System.String ) : System.String;
public: System.string* SendRawFTP( System.string* command )
public: System.String^ SendRawFTP( System.String^ command )
Parameters
- command
- The command to send
Return Value
The FTP servers response