I am writing the application that auto-update if there is a newer file on ftp server. Everything work fine, but I ran into the problem that if the local file Size > remote file Size, the download proccess work fine, but the file size on the local doens't seen to reduce to match with the remote file.
Thanks