Sponsored Content
Full Discussion: sftp Invalid buffer size
Top Forums Shell Programming and Scripting sftp Invalid buffer size Post 302548640 by infernalhell on Friday 19th of August 2011 01:28:45 AM
Old 08-19-2011
sftp Invalid buffer size

Quote:
HTML Code:
TARGET_FILE_NAME=inf_*

echo "cd /loc">batch.txt
echo "mput "$TARGET_FILE_DIR"/$TARGET_FILE_NAME">>batch.txt
echo "quit">>batch.txt

sftp -B batch.txt -v server1>temp1.log 2>temp2.log
For the above one I am getting an error like Invalid buffer size ...Could some one help
 

9 More Discussions You Might Find Interesting

1. Programming

Using fread if the buffer size is not known

Hi... I am trying to read a binary data that have different types of messages of different lengths. I am using fread() but this functions needs the size and count to read the buffer from the file. I think this may cause that the buffer overlaps other messages. Is there an alternative to read... (1 Reply)
Discussion started by: jlrodz
1 Replies

2. AIX

Pipe Buffer Size

Hi:- One of our users is getting an error: "There is no process to read data written to a pipe.” I am trying to find out what the pipe buffer size is currently set to. How do I go about this? Thanks, (0 Replies)
Discussion started by: janet
0 Replies

3. Red Hat

buffer cache size

hi everyone, can any one help change the buffer cache size in redhat and suse?? this error i got when i installed oracle 10g and it went well and when i try to mount the database using startup cmd it says too many buffer cache parameters (error code : ora-1034) thnq in advance (0 Replies)
Discussion started by: gsr_kashyap
0 Replies

4. UNIX for Advanced & Expert Users

How to increase the buffer size in Unix

When I checked with top command, I found tht my buffers are always 137M, which means that they are sort of overloaded. My Inactive memory is 520M. Is it possible to increaase the buffer size and what would be the command for that? (0 Replies)
Discussion started by: ziabegg
0 Replies

5. UNIX for Dummies Questions & Answers

How to increase buffer size in Unix

The "top" command shows that my buffer size is always at 137M, which I think has reached to the maximum. However, Ido have lots of Inative memory? Is it possible to increae the buffer size? and what is the command for that? Further, this is the buffer for writing to the hard disk? (3 Replies)
Discussion started by: ziabegg
3 Replies

6. Shell Programming and Scripting

SFTP Invalid IP

Hi, I have an SFTP script which is called from another run script: When the SFTP process is run we passed through an invalid ip address to check the error logging and to ensure everything is working as expected. Below is a sample of the code in the script: $RUNSOCKS... (2 Replies)
Discussion started by: ronnie_uk
2 Replies

7. Programming

Send/Receive buffer size??

Dear friends, How do I find the TCP send and receive buffer size? (1 Reply)
Discussion started by: nagalenoj
1 Replies

8. UNIX for Dummies Questions & Answers

Decrease buffer size

Hi, I am using the below command to get the output in a file called "Logs.txt" tail -f filename | egrep -i "cpu | hung " >> Logs.txt The problem is the Logs.txt file gets updated only after the buffer is 8Kb, but i want to update the file immediately and not wait for the buffer to get 8kb. Is... (8 Replies)
Discussion started by: @bhi
8 Replies

9. Programming

[c] How to calculate size of the file from size of the buffer?

Hi, Can I find size of the file from size of the buffer written? nbECRITS = fwrite(strstr(data->buffer, ";") + 1, sizeof(char), (data->buffsize) - LEN_NOM_FIC, fic_sortie); Thank You :) (1 Reply)
Discussion started by: ezee
1 Replies
ECACCESS-QUEUE-LIST(1p) 				User Contributed Perl Documentation				   ECACCESS-QUEUE-LIST(1p)

NAME
ecaccess-queue-list - List available queues SYNOPSIS
ecaccess-queue-list -version|-help|-manual ecaccess-queue-list [-debug] [queue-name] DESCRIPTION
Two different types of queues are in use with ECaccess: 1 - The ECaccess batch queues, which correspond to one system at ECMWF with its specific batch environment, e.g. ecgate will be the ECaccess queue, which will redirect jobs to ecgate at ECMWF, running LoadLeveler. This ECaccess queue will be given as argument when submitting a batch job. 2 - The batch queues (or classes) on the systems at ECMWF will be given in the batch job with #@ class = for LoadLeveler. The names of the ECaccess queues and associated batch queues at ECMWF can be seen with this command. When an ECaccess queue-name is specified then the details for this queue are displayed (including the list of classes). The first ECaccess batch queue in the list is the default queue when submitting a batch job with the ecaccess-job-submit command. ARGUMENTS
queue-name (optional) The name of the ECaccess queue 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-queue-list List all the ECaccess batch queues (or systems supporting job submission at ECMWF). ecaccess-queue-list ecgate List all the batch queues (or classes) on the ECMWF system ecgate. SEE ALSO
ecaccess. perl v5.14.2 2012-04-16 ECACCESS-QUEUE-LIST(1p)
All times are GMT -4. The time now is 01:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy