In FileZilla you use SFTP connection to access your server and it works (because it was setup on server). But in wp-admin you use FTPS connection, which is probably doesn’t setup on server. Pay attention that SFTP != FTPS.
A solution could be to change File System method in your wp-config.php
file by adding FS_METHOD
constant with direct
value, it will change upgrade method from ftp to direct:
define( 'FS_METHOD', 'direct' );
Another solution could be correct configuration of your hosting server to allow you FTPS connections.
And finally check file permissions of wp-content
folder. It should be writable for user, by which you run your site.
Related Posts:
- Unable to Access WP Admin or Login buttons after Migration
- Error “Sorry, you are not allowed to access this page”
- What are the standard admin CSS id/class tags?
- Modal window from within WordPress admin
- How to Change the Default Home Page for the WordPress Dashboard?
- How To Remove WordPress Version From The Admin Footer
- Set Default Admin Colour For All Users
- Securing Admin Accounts – Username Discovery
- Disable Media Uploads to non Admin Users
- Can an admin check passwords of registered users?
- How-to make the admin area mobile friendly [closed]
- How to obtain the user ID of the current profile being edited in WP-Admin?
- 3.3: How do you hide the new dashboard welcome panel?
- Showing WP_Error message with admin_notice action hook
- How to let authors revise other authors drafts, but keep them from publishing?
- How to fix admin stylesheet muck-up? [closed]
- Appearance->Editor not visible
- Possible to create placeholder images in WordPress editor that are clickable (should bring up uploader)?
- Admin pages have no content
- Blocking Administrative Access to Authors and Subcribers?
- How to find out if an wp-admin action edited a file?
- How to display only logged in user’s post comments in comments area
- WordPress 3.8 get current admin color scheme
- Pagination Error on Admin (You do not have sufficient permissions)
- How do I fix “You are not allowed to edit this item.” for Admins on existing posts?
- How can I access profile Admin Colour Scheme
- Page only shows when user is logged in (even with visibility set to public)
- I keep getting logged out in Firefox
- Add tabbed menu to admin page
- remove_action with profile_personal_options
- Getting the different post statuses + count like in edit.php, in a custom submenu page
- how to redirect to url.com/wp-admin if url.com/admin is typed in?
- How To Create User Specific Admin User Pages?
- Change the Default Pages Menu View in wp-admin
- WordPress stripping html and script tags from some admin users on save
- Conditionally load CSS/JS/PHP in wp-admin if using a mobile device
- How to disable automatic excerpt generation *in admin*?
- Limit Words in Category / Term Description – Admin Panel
- Change top level menu item to point to custom submenu item
- Associating custom submenu item with post type of top level menu item
- How To Reset Ownership And Permissions of Wp-Content Folder, In Order to Fix HTTP Error When Uploading Images to WordPress Media Library
- Don’t attribute content to admin users
- Adding text in more than one language (at the same time)
- wp-admin post.php JavaScript Links Not Working
- Super slow admin panel
- Admin Taxonomy Terms – Orderby Term Field
- How do I add an admin notice within javascript in the admin interface for posts?
- Fatal error: Exception thrown without a stack frame in Unknown on line 0
- Apply permissions per post
- Hide Pages on Edit Pages based on Capability (edit_others_pages)?
- Admin cannot publish
- Add ‘Last Modified’ and Attachments (Yes/No) to WordPress Users Column
- Editors change a permalink on an unpublished post, but only admins change a permalink on a post that has ever been published?
- How Can I Found Admin Directory
- WordPress post feature image not uploading
- Combine and Minify wp-admin files, also re-write URI’s for CDN
- 500 internal server error on wp-admin only
- Redirect from the dashboard to edit.php if wp_is_mobile() is true
- Seems that admin_post_{action} does not executing
- Add Custom Script in Other Plugin’s Options page
- When submitting the form site.com/blog/wp-admin it goes to site.com/wp-admin
- Can I host WP-admin locally for a remote blog?
- get_current_screen and the WP_Screen class
- Is there alternative to WP_List_Table?
- WordPress Installed But Not Showing Up! [closed]
- WordPress Brute Force Prevention
- Admin login not working
- remove menus for a specific role?
- Adding and removing columns from the admin pages panel
- How to disable Media Library uploads for non-Admin users?
- Page can’t hand request – HTTP ERROR 500 – when updating something
- Admin user lacks admin permissions after hack and can’t reinstate
- How to make sure your admin doesn’t hi-jack you site?
- How to change the descriptive text on the menus admin page?
- Help! I changed the domain and now I can’t log in via admin online
- Dynamic WordPress Admin Panel
- solution to prevent specific admins from altering site contents
- Uncaught SyntaxError: Unexpected Token Illegal
- Help with accessing wp-admin page and resolving error messages
- my wordpress configuration locally vs live server
- WordPress Admin Doesnt work
- Admin Access for specific page(s)
- Failed to load resource: the server responded with a status of 431 ()
- How to update my website with WordPress?
- wordpress login loop after install
- Unable to render Admin Notices
- WordPress login not working
- WordPress “Hide WP” Gives Me Error After Admin Login [closed]
- Enqueue script throws error in console
- Admin blank but Admin menu showing
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- Capability to read/edit page in wp-admin only for administrators
- Problems in migration of WordPress site from local server to the online server
- blank white page in admin, white space hunting?
- WYSIWYG editor not in a post editor?
- htaccess and htpasswd
- plugin to upload to youtube via wordpress [closed]
- My Account Lost Administrator permission
- You do not have permission to access this document on form submit
- Why when I click on a link into the WP admin panel I am redirected to a link that doesn’t contains wp-admin prefix, so I obtain 404 error