![]() |
|
|
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 |
| download file using wget | alphasahoo | UNIX and Linux Applications | 1 | 06-16-2008 07:19 AM |
| download a particular file using wget | alphasahoo | Shell Programming and Scripting | 1 | 06-13-2008 10:58 AM |
| Using wget to download a file | thoughts | UNIX for Dummies Questions & Answers | 4 | 02-20-2008 11:38 AM |
| Script to download file using wget | techie82 | Shell Programming and Scripting | 1 | 02-13-2007 07:45 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi all,
I'm having problems downloading files from ftp server. I have to download only those files that name starts with YYYYMMDD.But file comes like the format "20080624221035.TXT".Also how i can get list of all file names with in specified folder. Here i paste my code ftp -vn servername<<SCRIPT user username password binary get $source $target bye SCRIPT Do you have some source code sample or any idea ? I am using simple shell script. Thanks! vaskar |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|