timeout on remote call

Advertisement

TauTau
Guest

timeout on remote call

Hi,

since trying to synchronize folders from my server failed, I'm trying a different approach, tgz'ing directories and then get'ting the tgz. Though this fails with a timeout:

Session started.
Active session: [1] root@root_mine
/root
Host is not communicating for more than 15 seconds. Still waiting...
Warning: Aborting this operation will close connection!
(A)bort: Abort
Terminated by user.
Session 'root@root_mine' closed.

the script:

option batch continue
option confirm off
option transfer binary
open root@root_mine
cd /root
call tar -czf rootdir.tgz *
get rootdir.tgz
call rm -f rootdir.tgz

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum