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.

 
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-05-2009
RubinPat RubinPat is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 77
FTP help

I need to connect to a remote FTP server and then in one of their sub directory look for files. I need to extract files depending on date comparison. if the dates are similar I get the files based on run_date or else if they are different I compare them and get all the files from load day onwards. The if then else statement is not working as an invalid command . Can somebody pls help. Its very urgent.
Is there any other way out.
---------------------------------
HOST=''
USER=''
PASSWD=''
ftp -in $HOST <<END_SCRIPT
quote USER $USER
quote PASS $PASSWD
load_date=20090401
run_date=20090404
if [ $diffrnce -eq 0 ]
then
get *.$RUN_DT.txt
else
??????????????????
fi
quit
END_SCRIPT
exit 0
 

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 06:31 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