|
Hello,
When you upload a binary file (for example, .zip or .jpg) the size on server should be the same as on your local Windows system. But when you upload a text file (.txt, .html, .php, etc) the size on Linux server is a bit smaller than the size on your local system. This is because the end of line in text files on UNIX systems is designated with 1 symbol while Windows uses 2 symbols. This conversion is handled automatically and you should not worry about this.
About date/time. FTP servers do not allow changing date/time of files on server. So when you upload a file, this file gets the current date/time.
Best regards
|