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.
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.

