Issues a command to the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public string IssueCommandCheck( string command ) |
Visual Basic |
---|
Public Function IssueCommandCheck ( _ command As String _ ) As String |
Visual C++ |
---|
public: String^ IssueCommandCheck( String^ command ) |
Parameters
- command
- Type: System..::..String
The command to issue.
Return Value
The response code.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |