NoOp()? I'm not seeing NoOp() as a Method for FTPClient in C#. I'm looking for something to keep my connection alive. I'm also looking for a Property to show me whether i am connected or not. For instance, After a FTPClient.Get() I want to say if (!FTPClient.Connected) { reonnect(); } Any suggestions?
Thanks!