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
Change of directory thru script shiningram Shell Programming and Scripting 4 03-29-2007 03:30 AM
Change Directory via a script? George Borrmann Shell Programming and Scripting 3 10-09-2006 08:13 PM
Help with multiple file rename - change case of part of file name steve7 UNIX for Dummies Questions & Answers 7 06-30-2005 01:41 PM
script to change value in file gopskrish UNIX for Dummies Questions & Answers 1 06-22-2005 07:46 AM
How do I change users in a script??? chorgan Shell Programming and Scripting 2 02-15-2002 11:53 AM

Closed Thread
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
  #1 (permalink)  
Old 09-19-2006
happyv happyv is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 209
script to ftp file (ip change)

Hi All,
If I want to ftp files from machine to local pc. But the ip must change everytime (due to VPN), can I write a script to easiler (no need to update ip in script)?

user_name=aaa
password=bbb
cat ip.txt
#
# FTP the files
#
ftp -d -in 199.200.204.109 <<EOF
user $user_name $password
bin
cd /temp
  #2 (permalink)  
Old 09-19-2006
mercy mercy is offline
Registered User
  
 

Join Date: Feb 2006
Location: msk.ru.earth
Posts: 44
if you have file with ip address (i.e. ip.txt) you can use it in your script.
write `cat ip.txt` instead of ip address in ftp command (don't change back quotes)
  #3 (permalink)  
Old 09-19-2006
happyv happyv is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 209
Thank you!!! it work.
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 12:10 PM.


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