Can't Upload Files to Server

Hi I’m trying to upload my new project which is working fine locally. But as soon as I’m trying to push it to my server my ftp client says that I don’t have the permission for pretty much every file. This also happened to me on another project, since I’m started to use bitbucket.

Edit: Okay, its my server. just tried another one and its working fine. Still dont know the issue yet.

I would always recommend SFTP as apposed to FTP (this extremely insecure since it sends the password over the internet in plain text…bring on the server hack.).

Better still, use rsync if you can or maybe your server supports deploys directly from Git.