PowerTCP FTP for .NET
Noop Method



Sends the "NOOP" (no operation) command to the server.
Syntax
Public Function Noop() As Response
Dim instance As Ftp
Dim value As Response
 
value = instance.Noop()
public Response Noop()
public:
Response^ Noop(); 

Return Value

Remarks
This method be used to keep the control connection active during idle periods when the server would normally close the control connection.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic