WordPress not syncing with FTP

I think that there is an issue with the filesize upload limit. The size should be below 30M. Follow these steps:

  1. Find your php.ini file.
  2. Use the following line:

    post_max_size = 8M 
    upload_max_filesize = 2M
    

If you can’t get to your php.ini file, you can change the filesize upload limit with this plugin.