I've got an ftp script that sends a file overnight. I also need it to receive a file from the same location. The only problem I have is that I do not want to overwrite local files. As in if the file exists don't download it. Is there an easy way to do this?