Quote:
|
Originally Posted by pdreyer
use
ftp -n <<EOF
And for the id and password use
user $FTP_USR $FTP_PWD
|
yes got it , i am almost done here with my last condition
but i have a requirement that my filename and directory paths are not Static , so i need to define the directory to login to the source server and need to define the filenames and also need to define where i need to place the file (get) to the target server
Can all these defined can be kept in Param , not sure how to do