Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试连接到 dwon 的主机时,我收到以下消息:
cd `sftp://example.com/tmp' [Delaying before reconnect: 30]
每次尝试后延迟 sis 都会增加。我发现以下命令可以帮助我:
repeat -d 10 -c 1
它应该只延迟 10 秒(而不是默认的 30 秒)并且只重复一次命令。
但是我仍然在无限循环中延迟重新连接。
好的,找到它:
lftp -e "set net:max-retries 2;set net:reconnect-interval-base 5;set net:reconnect-interval-multiplier 1 ;mirror -v --just-print '/tmp/md1/' '/tmp/m2'" sftp://example.com