Hello,
how can I tell lftp not to retry if it can't reach a machine?
(faui04a) [~/work/monitor-ftp/scripts] lftp
lftp :~> debug 3
lftp :~> open lutz
---- Connecting to 2001:0638:0a00:XXX (2001:638:a00:XXX) port 6666
**** Socket error (No route to host) - reconnecting
---- Connecting to 2001:0638:0a00:XXX (2001:638:a00:XXX port 6666
...
I search for retry in the documentation, but didn't found anything related to
this issue. This is an issue to me because I let lftp run from cron. Or
should I setup some time of alarm time to kill lftp after say 120
seconds?
Thomas