![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| why the below script is not working ., | konankir | Shell Programming and Scripting | 14 | 03-27-2008 04:32 PM |
| bdf script not working !! | kpatel786 | Shell Programming and Scripting | 3 | 11-16-2007 11:10 AM |
| Pls. Help my script not working as it should | cocoabeauty1 | Shell Programming and Scripting | 1 | 07-28-2007 05:11 PM |
| Script not working as desired | mhssatya | Shell Programming and Scripting | 39 | 08-23-2006 09:51 AM |
| Backspace Not Working in Script | Atama | Shell Programming and Scripting | 4 | 04-26-2002 10:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
FTP script not working
hi
I have made d below ftp script but the last part of script ie. moving the files after transfer (to a location in the source server only) is not working for me. Can anybody pls..help.in same..!!! ####################################################### #!/bin/sh ftp -n 10.209.13.11 <<END_SCRIPT quote USER xyz quote PASS xyz bin prompt cd /test put reports.zip reports.tmp rename reports.tmp reports.zip #quit bye #END_SCRIPT #exit 0 echo Arun mv -f /export/VSNL_RECS_logs/MUM_ILD/strsp/reports.zip /test_script/test/ exit 0 END_SCRIPT ############################################################# |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|