Sponsored Content
Top Forums Shell Programming and Scripting Adding a timeout when using sftp in a script? Post 303025372 by bakunin on Wednesday 31st of October 2018 02:36:56 PM
Old 10-31-2018
Quote:
Originally Posted by vgersh99
here's something I played around a bit many maaaany moons ago.
This might inspire some additional ideas.
Indeed. This is a very good general-purpose kill-if-hung script, but in this case we "know" which file is being transferred, no? So we could, instead of guessing if the transfer is hung or just taking a long time check if the file size does change (=transfer still in progress) and base the timeout on that, no?

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Can a timeout be specified in a shell script?

Hi, I have to develop a shell script which exits after <n> minutes. For e.g. The user is taking too much time to enter an input, and the script will terminate after 10 minutes pass by. Is this possible ? Thanks, Puneet (3 Replies)
Discussion started by: puneetarora_12
3 Replies

2. UNIX for Dummies Questions & Answers

wget --dns-timeout script

#!/bin/sh # 'clear' for i in $(seq -w 15 37); do echo $i wget --dns-timeout=0.0001 http://napdweb${i}.eao.abn-iad.ea.com:8000/webcore/test/test.jsp -o 1 A=`cat 1` C=$(expr "$A" :... (1 Reply)
Discussion started by: veerumahanthi41
1 Replies

3. Shell Programming and Scripting

read from std i/p with timeout within a script

hello every one , this is my first participation in the forum , I hope it'll be a good start within a script I would like to put some code to read i\p from standard i\p using read command if it reads Y it will terminate the script if it reads N it will continue execution , if no i\p is... (2 Replies)
Discussion started by: Blue_shadow
2 Replies

4. Shell Programming and Scripting

KSH script SQL timeout issue

Hi all, I have a KSH script which is kicking off an sql scripts as follows: /usr/local/installs/instantclient_10_2/sqlplus -s username/password @$sql_path/sql_query.sql > $tmp_path/sql_query_results The problem I have is that sometimes the 10g Oracle Database spits out an error saying... (4 Replies)
Discussion started by: Donkey25
4 Replies

5. Shell Programming and Scripting

session timeout for shell script

I am executing test.sh script. But this script takes lot of time and in the meantime the shell timeouts without completing the script. Is there any command which will continue processing the script. Thanks (3 Replies)
Discussion started by: infyanurag
3 Replies

6. Solaris

SFTP is successful but still shows timeout error

Hi, I am doing sftp from remote server1 to remote server2. This is done through a script. This script was working fine. But if i am tranfer files of 120 MB only some part of the file gets transferred (around 9 MB). Incase i put the same file manually it gets uploaded successfully. Can... (1 Reply)
Discussion started by: subiksha
1 Replies

7. Shell Programming and Scripting

sftp expect timeout problem

hello All, I am doing SFTP using expect. We just change our server from sun solaris 8 to sun solaris 10. The script was working good on sun solaris 8. But it is giving problem on 10. from shell, SFTP is working fine.Please help me. What can be the problem. LIB_sftp_get() { ... (0 Replies)
Discussion started by: mindtee_abhi
0 Replies

8. Shell Programming and Scripting

Python script help. Kill binary on timeout

This is part of my script, as you can see when the alarm is raised it shows some text, what I need it to do is to actually kill the binary "test" (TEST_PATH) when the timeout happens. #!/usr/bin/python26 from optparse import OptionParser import nagios import re import subprocess... (0 Replies)
Discussion started by: erick_tuk
0 Replies

9. Shell Programming and Scripting

SFTP-how to log individual sftp command error while executing shell script

Hi, I have situation where i need to automate transferring 10000+ files using sftp. while read line do if ; then echo "-mput /home/student/Desktop/folder/$line/* /cygdrive/e/folder/$line/">>sftpCommand.txt fi done< files.txt sftp -b sftpCommand.txt stu@192.168.2.1 The above... (1 Reply)
Discussion started by: noobrobot
1 Replies

10. Shell Programming and Scripting

Command timeout from inside script.

Hi, I've written a very robust script to get an external IP address from 'behind' a router. It uses many web pages randomly choosing which one/ones to use at run time. The "fetch the web page containing the IP address" is handled by either wget or curl both of which have their 'max time for the... (6 Replies)
Discussion started by: gencon
6 Replies
ECACCESS-ECTRANS-LIST(1p)				User Contributed Perl Documentation				 ECACCESS-ECTRANS-LIST(1p)

NAME
ecaccess-ectrans-list - List all ECtrans transfers SYNOPSIS
ecaccess-ectrans-list -version|-help|-manual ecaccess-ectrans-list [-debug] [ectrans-id] DESCRIPTION
List all the ECtrans transfers in the ECtrans Spool. When an ectrans-id is specified then the details for this transfer are displayed. The Transfer statuses can have the following values: INIT Files are being transferred to the spool. COPY Files are being transferred to the remote site. WAIT Files are scheduled and waiting to be started. RETR File transfer will be retried. STOP Files have NOT been successfully transferred (error). DONE Files have been successfully transferred. ARGUMENTS
ectrans-id (optional) The name of the ECtrans transfer to retrieve the details. OPTIONS
-version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-ectrans-list 124356 Give the informations concerning the ECtrans transfer 124356. ecaccess-ectrans-list List all the ECtrans transfers in the Spool. SEE ALSO
ecaccess-ectrans-delete, ecaccess-ectrans-request, ecaccess-ectrans-restart and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ECTRANS-LIST(1p)
All times are GMT -4. The time now is 09:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy