I have a zip file and i uploaded it to my vps server but strange thing is, after unzip it then I get all files and folders with no ownership. I had to run this command
chown -R username.username /path/to/my/folder/
to make ownership for new files and folders just uploaded to my server...