Sponsored Content
Full Discussion: SFTP batch script
Top Forums UNIX for Dummies Questions & Answers SFTP batch script Post 98111 by Bab00shka on Monday 6th of February 2006 08:51:02 AM
Old 02-06-2006
Thanks Zazzy you're a star.

I'll give this a try.

Cheers
Helen :-)
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sftp in Batch Mode

Hi, I am trying to do sftp a file from one server to another solaris server. Both are sftp enabled. I have generated the rsa key in local server and did a ftped the public key to the remote server and added that in the authorization keys file. Then i try to run the below command using a... (2 Replies)
Discussion started by: sivaemn
2 Replies

2. Shell Programming and Scripting

How to enter passpharse during batch calling sftp

I have to code sftp batch script connect to vendor, how I am going to make it passwordless interaction since I only receive identitykey file from vendor. Or am i missinging anything else? Sftp works fine that I do iit manually (not thru batch). (1 Reply)
Discussion started by: jaruwan
1 Replies

3. Shell Programming and Scripting

Batch file for sftp commands

I am trying to automate an sftp command so that it does not stop and ask for the password each time the calling shell script #!/bin/ksh sftp -b tst_1_batchfile.txt GLAXGBUPMPSOUT@204.90.134.116 the batchfile contents : password XXXXXX cd /GLAXGBUPMPSOUT/GSKENT/GLAXGF2FOPFF put... (4 Replies)
Discussion started by: Shrabanti
4 Replies

4. Shell Programming and Scripting

sftp batch script with password

I am working on a sftp batch script on a Solaris machine and I need to connect using password. This is not an issue when i do it manually but when I want to make this into a script, i find there are no options for password. Can anyone suggest how I can do it with password? I know using keys is... (3 Replies)
Discussion started by: Leion
3 Replies

5. Programming

sftp batch programming

done for this. (4 Replies)
Discussion started by: leganti
4 Replies

6. Shell Programming and Scripting

Batch script to run in SFTP

Hello Guys, I am writting a script which is SFTPing from Solaris to Windows. I need to run a Batch script in SFTP session (ongoing) which will map a network drive and then transfer my files. I can run the Batch script via SSH but not via SFTP and this mapping is limited to that SSH... (4 Replies)
Discussion started by: Deei
4 Replies

7. Shell Programming and Scripting

Sftp batch processing commands

Hello, I have a UNIX script to sftp batch processing. Here is my sftp command. ftp -b toopc userid@sftp.hostname.com In the file toopc I have the following commands: mget *.csv bye This brings in all files with an extension of .csv However, I need to only bring in files that ... (6 Replies)
Discussion started by: schlinzj
6 Replies

8. UNIX for Advanced & Expert Users

Batch SFTP command Help

I need to run a test SFTP command in a batch mode and what I need to prompt my password after the sftp userid@hostname. I do not have have an ssh key exchanged between my server and the external server. I only have access to it as an sftp server. I must enter my password in my script. How do i... (2 Replies)
Discussion started by: mrn6430
2 Replies

9. Shell Programming and Scripting

SFTP or scp with password in a batch script without using SSH keys and expect script

Dear All, I have a requirement where I have to SFTP or SCP a file in a batch script. Unfortunately, the destination server setup is such that it doesn't allow for shell command line login. So, I am not able to set up SSH keys. My source server is having issues with Expect. So, unable to use... (5 Replies)
Discussion started by: ss112233
5 Replies

10. Windows & DOS: Issues & Discussions

Sftp batch file not able to execute

I have a windows batch file to connect from Server A (Windows) to Server B (UNIX) via sftp to get a file. The script is as below: sftpg3 -oStrictHostKeyChecking=no -oIdentityFile=EAPIINSTADM_hostnameA ftpeapsg@hostnameB lcd D:\APPBASE\EAPSG\GEMSSG get GENUOBGW1 /sftp/ftphrssg/HRSSG/EAPSG exit... (5 Replies)
Discussion started by: userguy
5 Replies
PFILT(1)						      General Commands Manual							  PFILT(1)

NAME
pfilt - filter a RADIANCE picture SYNOPSIS
pfilt [ options ] [ file ] DESCRIPTION
Pfilt performs anti-aliasing and scaling on a RADIANCE picture. The program makes two passes on the picture file in order to set the expo- sure to the correct average value. If no file is given, the standard input is read. -x res Set the output x resolution to res. This must be less than or equal to the x dimension of the target device. If res is given as a slash followed by a real number, the input resolution is divided by this number to get the output resolution. By default, the output resolution is the same as the input. -y res Set the output y resolution to res, similar to the specification of the x resolution above. -p rat Set the pixel aspect ratio to rat. Either the x or the y resolution will be reduced so that the pixels have this ratio for the specified picture. If rat is zero, then the x and y resolutions will adhere to the given maxima. Zero is the default. -c Pixel aspect ratio is being corrected, so do not write PIXASPECT variable to output file. -e exp Adjust the exposure. If exp is preceded by a '+' or '-', the exposure is interpreted in f-stops (ie. the power of two). Other- wise, exp is interpreted as a straight multiplier. The individual primaries can be changed using -er, -eg and -eb. Multiple exposure options have a cumulative effect. -t lamp Color-balance the image as if it were illuminated by fixtures of the given type. The specification must match a pattern listed in the lamp lookup table (see the -f option below). -f lampdat Use the specified lamp lookup table rather than the default (lamp.tab). -1 Use only one pass on the file. This allows the exposure to be controlled absolutely, without any averaging. Note that a single pass is much quicker and should be used whenever the desired exposure is known and star patterns are not required. -2 Use two passes on the input. This is the default. -b Use box filtering (default). Box filtering averages the input pixels corresponding to each separate output pixel. -r rad Use Gaussian filtering with a radius of rad relative to the output pixel size. This option with a radius around 0.6 and a reduc- tion in image width and height of 2 or 3 produces the highest quality pictures. A radius greater than 0.7 results in a defocused picture. -m frac Limit the influence of any given input pixel to frac of any given output pixel. This option may be used to mitigate the problems associated with inadequate image sampling, at the expense of a slightly blurred image. The fraction given should not be less than the output picture dimensions over the input picture dimensions (x_o*y_o/x_i/y_i), or blurring will occur over the entire image. This option implies the -r option for Gaussian filtering, which defaults to a radius of 0.6. -h lvl Set intensity considered ``hot'' to lvl. This is the level above which areas of the image will begin to exhibit star diffraction patterns (see below). The default is 100 watts/sr/m2. -n N Set the number of points on star patterns to N. A value of zero turns star patterns off. The default is 0. (Note that two passes are required for star patterns.) -s val Set the spread for star patterns to val. This is the value a star pattern will have at the edge of the image. The default is .0001. -a Average hot spots as well. By default, the areas of the picture above the hot level are not used in setting the exposure. ENVIRONMENT
RAYPATH directories to search for lamp lookup table FILES
/tmp/rt?????? AUTHOR
Greg Ward SEE ALSO
getinfo(1), ies2rad(1), pcompos(1), pflip(1), pinterp(1), pvalue(1), protate(1), rad(1), rpict(1), ximage(1) RADIANCE
11/8/96 PFILT(1)
All times are GMT -4. The time now is 06:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy