question:
What is the difference between these directive (Proftpd) ?
TimeoutNoTransfer
TimeoutIdle
From the proftpd documentation:
TimeoutNoTransfer: The TimeoutNoTransfer directive configures the maximum number of seconds a client is allowed to spend connected, after authentication, without issuing a command which results in creating an active or passive data connection
TimeoutIdle: The TimeoutIdle directive configures the maximum number of seconds that proftpd will allow clients to stay connected without receiving any data on either the control or data connection
I don't get the difference anyone could explain?
Thanks