[REBOL] Comparing local and remote files
From: tim:johnsons-web at: 17-Dec-2002 21:27
Hi All:
Given a list of files: I'd like to:
1)Confirm that a copy of any file in the list exists
both on a remote directory and on my local machine.
2)Compare both copies to see if they are of the same size.
Any ideas of where to start?
Here's a track of a console session -
>> probe info? http://www.rebol.com/faq.html
connecting to: www.rebol.com
make object! [
size: 79336
date: 12-Dec-2002/7:32:48
type: 'file
]
:-)
>> exists? http://www.johnsons-web.com/cgi-bin/wmj/WmjSearch.r
connecting to: www.johnsons-web.com
== true
>> probe info? http://www.johnsons-web.com/cgi-bin/wmj/WmjSearch.r
connecting to: www.johnsons-web.com
make object! [
size: 0
date: none
type: 'file
] ; <sigh/>
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.alaska-internet-solutions.com
http://www.johnsons-web.com