hi, i am tired of my ftp timing out, does anyone know how to change the default time out for proftpd. i want to change it cuz i am tired of having to reconnect, i remember there was a command in the linux shell i can execute but i forgot, o looked at my notes and this is the only thing i have but i've tried it and it doesn't work

The Errro:
CODE:
FTP 421 No Transfer Timeout (300 seconds): closing control connection.


my notes
CODE:
a)

You can increase the inactivity timeout of the FTP server
(data and control connection).
The default is 300 seconds.
A value of 0 means there is no timeout.

Example :

CHGFTPA INACTTIMO(99999)


b)

The FTP client command is QUOTE TIME <value1> <value2>
where <value1> is the number of seconds of inactivity before
the server should end the connection, and <value2> is an
optional value for the transfer timeout in seconds.
This FTP subcommand will change the server side inactivity
timeout for that session only.