The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
executing a remote location script from local server
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
executing a remote location script from local server
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-28-2006
srivsn
Registered User
Join Date: Dec 2005
Posts: 32
hi i tried with diffrent options
i got my output
my script is
#!/usr/bin/sh
ftp -v -n "$1" << !!!
user "$2" "$3"
!!!
cd $4
sh scriptname
exit
thank you
srivsn
View Public Profile
Find all posts by srivsn