Issues a command to the FTP server.

Namespace: Jscape.Ftp
Assembly: 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

ExceptionCondition
Jscape.Ftp..::..FtpExceptionIf an I/O or FTP error occurs.

See Also