Sends a NOOP (No Operation) command to the FTP server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public string Noop()
Visual Basic
Public Function Noop As String
Visual C++
public:
String^ Noop()

Return Value

The response to the NOOP command.

Remarks

This is useful in preventing a loss of connection due to inactivity.

Exceptions

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

See Also