The UNIX and Linux Forums  

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
Moving msgs in pine oxoxo Shell Programming and Scripting 1 11-15-2008 08:17 PM
Redirecting stderr problem phpfreak Shell Programming and Scripting 7 08-28-2008 04:04 PM
problem redirecting output of command to variable nunovc Shell Programming and Scripting 2 08-08-2008 01:15 PM
redirecting a file wip_vasikaran Shell Programming and Scripting 3 07-12-2007 05:14 AM
too many msgs (unknown source) lenna IP Networking 0 07-16-2005 03:29 PM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 05-20-2009
hareeshkumaru hareeshkumaru is offline
Registered User
  
 

Join Date: May 2009
Posts: 8
Problem in redirecting ftp msgs to a log file

Hi all..
The following set of statements is used in a shell script to ftp a file to a remote machine
Quote:
if [ $LGLFLAG = "T" ]
then
echo "$Machine $Password $ctlvar"
ftp -nv $Machine <<End_of_input
user "dhc\ftp-cognew" $Password
lcd /apps/lawson/fin/data
cd /ftp-cognew
$ctlvar
bye
End_of_input
>>$TmpLogFile
else
cat $TmpCtlFile | ftp -v $Machine >> $TmpLogFile
fi
cat $TmpLogFile

ftp_status=`grep -c $Success $TmpLogFile`

if [ $ftp_status -eq 0 ]
then
echo "\nERROR: problem occurred during $Action"
I want to redirect the ftp messages thrown by the first ftp statement to a log file. As you can see there is a logic downstream to decide if the ftp was a success or not. But i am not able to do so. As you can see since i have used '>>' the ftp messages are not getting redirected. Please help me in this
 

Bookmarks

Tags
<<, ftp, redirection

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 08:38 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