![]() |
|
|
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 |
| Split the access.log based on date | ysprathap | Shell Programming and Scripting | 4 | 10-10-2008 07:39 AM |
| Delete File Based On Date | adzuanamir | UNIX for Advanced & Expert Users | 3 | 07-30-2008 07:06 PM |
| Count of files based on date? | sbasetty | Shell Programming and Scripting | 6 | 01-11-2007 03:02 PM |
| File management based on date created | Geehog_Rare | UNIX for Dummies Questions & Answers | 1 | 01-30-2006 04:38 AM |
| Remove files based on date | hshapiro | UNIX for Dummies Questions & Answers | 4 | 12-09-2005 12:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
In ftp try 'ls -l' to see if the host returns date information first. If it does try this - Code:
echo " open myhost username password cd /somewhere ls -l bye " | ftp -n > listfile Next grep for the date you want in list file, then create another here document to ftp over to the host and get the files you want. mget does not do filetimes on the remote host. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|