Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.NOOP

TElSimpleFTPSClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Sends the NOOP command to the server.

Declaration

[C#]
    void NOOP();

[VB.NET]
    Sub NOOP()

[Pascal]
    procedure NOOP;

[C++]
    void NOOP();

[PHP]
    void NOOP()

[Java]
    void noop();

Description

    Call this method to send the NOOP command to the server.

Discuss this help topic in SecureBlackbox Forum