Search Results

Search: Posts Made By: krishna87
1,050
Posted By krishna87
Shell Scripting Issue
Hi

I have a requirement where in I need to check 103,104,105 letters in each line and if it equal to MAS then I need to copy the whole line (Till End) to a file.

In case if there are 10...
886
Posted By krishna87
Shell Scripting Issue
Hi

I have a requirement where in I need to check 103,104,105 letters in each line and if it equal to MAS then I need to copy the whole line (Till End) to a file.

In case if there are 10 lines,...
4,342
Posted By krishna87
I have the RSA and DSA pub keys on svr1. I...
I have the RSA and DSA pub keys on svr1.
I tried the above but asking for password :(

I tried keeping authorized_keys file in .ssh and .ssh2 folders also ...
1,749
Posted By krishna87
Auto Version update
We have a version for every file like RHZ 1.0 / Ver 1.4.2 etc.
Whenever I place a new file with same file name i want the version to get auto upgraded. So can anyone suggest code..

Eg:
RHX 1.0...
4,342
Posted By krishna87
SFTP connection to SSH2 UNIX server
Plz share how we can make a passwordless SSH connection from a SSH1 UNIX server to SSH2 UNIX server.
15,148
Posted By krishna87
SFTP IF Condition
Hi ,

I need to write a IF condition to know if a SFTP file transfer is successful or not and send email if its failed.

`sftp username@servername <<comm1
cd /directory
put filename
comm1...
3,159
Posted By krishna87
SFTP Failure
Hi ,

I need to write a IF condition to know if a SFTP file transfer is successful or not and send email if its failed.

`sftp username@servername <<comm1
cd /directory
put filename
comm1...
1,144
Posted By krishna87
SFTP Coding issue
Hi

I am trying to SFTP file from source_path to Destination_path. For this I wrote the below script:

cd $source_path

sftp $user_name@$target_server
pwd
cd $destination_path
put $filename...
9,326
Posted By krishna87
Can you help me how I can get rid of this...
Can you help me how I can get rid of this error.....
9,326
Posted By krishna87
SFTP Connection error
Hi

I when I trying to SFTP a file to a server I am getting this below error:

Connecting to 3.12.911.100...
ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory
Host key...
4,440
Posted By krishna87
I registed the SFTP script as an oracle...
I registed the SFTP script as an oracle concurrent Program. I ran the Porgram. I got this error in the Log file.
Can you please guide me how to run SFTP by hand to this host....
4,440
Posted By krishna87
SFTP Error
I am trying to SFTP a file using this script:

FTPCHECK=`sftp $FTPUSER”@”$FTPHOST
cd $FTPDESTDIR
lcd $FILEPATH
put $FILENAME
close
...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 06:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy