Ftp.KeepAlive Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
KeepAlive()
Sends the NOOP command to the server to keep the connection alive.
Declaration
public void KeepAlive()
Implements
Remarks
Represents FTP NOOP command.
Call this if you do not want the connection to the server to time out.
Some servers ignore NOOP command. On such servers, try calling GetCurrentDirectory instead.