NTDOC,

Here's the pseudo code for what I wanted the script to do:
Code:
   
Check to see if the remote file is newer than the local file.
If remote file is newer, copy remote file over local file.
If local file doesn't exist, copy remote file to local folder.



By the way, do I have to DIM my $Result at the beginning of my script?

Example- DIM = $Result