FTP Shell Script [message #96977] |
Tue, 09 October 2001 08:53 |
marina
Messages: 5 Registered: October 2000
|
Junior Member |
|
|
Does anyone have an idea on how to go about writing a shell script that would take 2 parms (output of file and directory) and ftp this output to this dir?
thank you in advance
----------------------------------------------------------------------
|
|
|
Re: FTP Shell Script [message #96981 is a reply to message #96977] |
Wed, 10 October 2001 05:31 |
dkmartin
Messages: 1 Registered: October 2001
|
Junior Member |
|
|
Did you want the parameters to be prompts on the screen or just part of the syntax of the script?
Either way, couldn't you just refer to '$1' and '$2' within the script?
----------------------------------------------------------------------
|
|
|