>>> On Tue, Nov 6, 2007 at 8:52 AM, in message <[EMAIL PROTECTED]>, Marco Bosisio <[EMAIL PROTECTED]> wrote: > Hi, > from a Linux SLES9X using "ftp client" and i.e. " mget *.txt " > all files from remote site are downloaded and replaced (with today date) > if already present too. > > My scope is to download only the newer or not present on local site > ans skip when they already exist.
>>If it really is an FTP server, and not an HTTP server, then: >>wget -N ftp://server.name.domain/path/to/files/*.txt >>will do exactly what you want. Great !!!! It's true and it works as I want !! I created .wget control file : SLES9-ITAVMLX1:/mnt/tmp1 # cat /root/.wgetrc login =my_user passwd = my_psw ( http://info2html.sourceforge.net/cgi-bin/info2html-demo/info2html?(wget.info.gz)Wgetrc%2520Commands ) Thanks to all for your help !!! Cordiali saluti / Best regards Marco Bosisio ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
