Host has not answered for 15 seconds
. 2006-06-13 13:37:42.153 Host has not answered for 15 seconds.
. 2006-06-13 13:37:42.153 Wait for another 15 seconds? Pressing 'Abort' button will close session. ()
. 2006-06-13 13:38:00.451 Attempt to close connection due to fatal exception:
On the machine that I am connecting to all the files get moved w/ 15 seconds but the get command does not execute. Is there an attribute I can set to bypass this or is there any other way around it?
Here is the script:
option transfer binary
call mkdir /home/radia/TEMPBACKUPLOG
cd ../../../opt/novadigm/ConfigurationServer/log/
call find . -name 'nvd100_manager-[0-9]*' -exec cp {} ../../../../home/radia/TEMPBACKUPLOG \;
cd /home/radia/TEMPBACKUPLOG
get * C:\TEST\
call rm *
cd ../../../opt/novadigm/ConfigurationServer/log/
call find . -name 'nvd100_user-[0-9]*' -exec cp {} ../../../../home/radia/TEMPBACKUPLOG \;
cd /home/radia/TEMPBACKUPLOG
get * C:\TEST\
call rm *
cd ../../../opt/novadigm/ConfigurationServer/log/
call find . -name 'nvd401_manager-[0-9]' -exec cp {} ../../../../home/radia/TEMPBACKUPLOG \;
cd /home/radia/TEMPBACKUPLOG
get * C:\TEST\
call rm *
cd ../../../opt/novadigm/ConfigurationServer/log/
call find . -name 'nvd401_user-[0-9]' -exec cp {} ../../../../home/radia/TEMPBACKUPLOG \;
cd /home/radia/TEMPBACKUPLOG
get * C:\TEST\
call rm *
cd ../../../opt/novadigm/ConfigurationServer/log/
call find . -name 'nvds100_manager_[0-9]*' -exec cp {} ../../../../home/radia/TEMPBACKUPLOG \;
cd /home/radia/TEMPBACKUPLOG
get * C:\TEST\
call rm *
cd ../../../opt/novadigm/ConfigurationServer/log/
call find . -name 'nvds401_manager_[0-9]*' -exec cp {} ../../../../home/radia/TEMPBACKUPLOG \;
cd /home/radia/TEMPBACKUPLOG
get * C:\TEST\
call rm *