The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
perform some checks on file using perl zedex Shell Programming and Scripting 0 02-22-2008 03:01 PM
need shell script that checks your user id and your permission level yammer UNIX for Dummies Questions & Answers 3 11-19-2007 07:17 PM
Script that checks for previous instances running bd_joy Shell Programming and Scripting 5 06-13-2007 02:23 PM
how to make case insensitive checks???? hitmansilentass Shell Programming and Scripting 5 04-30-2007 02:23 PM
Security checks needed and at what frequency Far UNIX for Dummies Questions & Answers 1 02-09-2005 10:31 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-16-2008
niceboykunal123 niceboykunal123 is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 31
Need to apply Checks SSh/SCP

#!/bin/ksh
DATE=$1
if ! [ $DATE ]
then
echo "Please Enter Date in the Format yyyymmdd"
exit 1
fi

LoginName="mdu"
HostName="nsucu125"
SourcePath="/home/users/mdu_ftp/opt/mdu_user/reports/*$DATE.dat.gz"
DestinationPath="/home/acttest/adt_mdu_feeds"

if ! [ $SourcePath ]
then
echo "No Files are Present"
exit 1
fi

if scp $LoginName@$HostName:$SourcePath $DestinationPath
then
echo "Files Transferred Sucessfully"
else
echo "Failed To Transfer $?"
fi



These are the some checks I have applied I need some more checks to this script and also I need this script to be extened with some more meaningful things added into it.
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:00 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0