![]() |
|
|
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 |
| [help]Delete or replace text in multiple file and multiple directory | dzufauzan | Shell Programming and Scripting | 16 | 06-05-2009 12:07 PM |
| Synchronization in copying multiple files to a directory | amio | Shell Programming and Scripting | 1 | 03-12-2009 08:32 AM |
| Need to search and replace in multiple files in directory hierarchy | umen | Shell Programming and Scripting | 3 | 12-24-2007 04:56 AM |
| How to unzip multiple files (encrypted) in a directory. | er_ashu | UNIX for Dummies Questions & Answers | 2 | 07-03-2007 06:16 PM |
| MV files from one directory structure(multiple level) to other directory structure | srmadab | UNIX for Advanced & Expert Users | 4 | 09-13-2006 05:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ftp multiple files from same directory
Hi there Gurus,
I have the following ftp script: $ more ftp_dump_arch4.sh #! /usr/bin/ksh # Constant variables HOST='xx.xx.xx.xx' USER='user' PASSWD='password' dir='/export/file' ftp_log='/tmp' ftp -n $HOST > $ftp_log/ftp.log << END user $USER $PASSWD verbose lcd $dir bin mput *dmp.gz ---> any files with this dmp.gz extention will be ftp mput * ---> the rest of the files are not copied over when there aren't any dmp.gz files available... how do i resolve this?? ![]() bye wait exit 0 thanks!! wee |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|