(E-Mail Removed) (Ash) wrote in
news:(E-Mail Removed) om:
> Is there a way to change the number of retries to a fixed number in
> NCFTP?
From the "man ncftp" documentation:
COMMAND REFERENCE
set
This lets you configure some program variables, which are saved
between runs in the $HOME/.ncftp/prefs file. The basic syntax
is:
set <option> <value>
For example, to change the value you use for the anonymous pass
word, you might do:
set anon-password
(E-Mail Removed)
See the next section for a list of things you change.
connect-timeout
Previous versions of the program used a single timeout value for
everything. You can now have different values for different
operations. However, you probably do not need to change these
from the defaults unless you have special requirements.
The connect-timeout variable controls how long to wait, in sec-
onds, for a connection establishment to complete before consid-
ering it hopeless. You can choose to not use a timeout at all
by setting this to -1.
Do this stuff in the command shell, this is what you get when you first run
ncftp before connecting to a remote server.
This should help you out. man ncftp
--
~Ohmster