![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| found error 138 while run shell script | rinku | Shell Programming and Scripting | 1 | 06-02-2008 03:29 AM |
| when executing .sh script in telnet error "script not found" | smiley | Shell Programming and Scripting | 1 | 04-22-2008 02:01 PM |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| Installer script -- function not found error | asutoshch | Shell Programming and Scripting | 1 | 07-10-2006 03:07 PM |
| Newb scripting question, I get the error script not found | Arkitech | Shell Programming and Scripting | 3 | 05-04-2006 11:55 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Shell script run error ksh: not found
Hi All,
I am trying to run a script to FTP files from one UNIX server to another UNIX server. Actually I can able to FTP file successfully by manually or paste whole script at prompt. But when I am trying to run script it is giving error. Please let me know the cause. #!/bin/sh HOST=164.123.133.11 USER=abc PASSWD=abc1 cd /app/data/backup ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD bin cd /app/data put abc.TXT quit END_SCRIPT exit 0 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|