hi, my script connects to a ftp server, downloads a file. then another script connects to the ftp again, checks the file size, then checks the file size of the local file that the first script downloaded. if the file sizes are the same, then ill continue the script. my question is, when comparing the size locally(unix) and remotely(windows) am i going to get different values?