Trying to use WordPress to move files between servers is like trying to use a car to mow the yard. It doesn’t work because they are the wrong tools. It can work, with a lot of custom code, but why bother? You’re going about it backwards.
If you read about SSH and SCP, you will see that you can move files directly between hosts without downloading them to your own iPad. That’s what you need to do. SSH to one host, use SCP from that shell and move the files from one host to the other.
You could write some sort of plugin that lets you use SSH from within the WordPress application layer, but again: why bother? Use SSH directly.
Bluehost commonly allows SSH access with some of their accounts; I don’t know about Hostgator.
Related Posts:
- How to import 55k images (uploaded via FTP) into WordPress Media libary? [closed]
- woocommerce with external ftp site
- What security concerns should I have when setting FS_METHOD to “direct” in wp-config?
- wordpress on localhost lamp doesn’t let me install plugins
- “Add Media” button in custom plugin
- What plugin can I use to create a list / slideshow of featured images?
- Upload specific images to specific folder
- How to upload image with simple form?
- Way to force media uploader use custom image size
- How to make WordPress use protocol indepentent upload files?
- how does wp.media javascript library work?
- Please select a file error
- Use Media Uploader in Plugin
- How can I add a custom meta value on file upload?
- Upgrading WordPress 4.0 asks for FTP password
- How to upload thousands of images?
- Standard permissions for wordpress; Plugin installation asks for FTP credentials
- How can I use a video header that’s over 8MB?
- Saving/Writing/Adding file to upload folder
- How can I process xml file on upload?
- Admin page: form with enctype=”multipart/form-data” does not transfer its data
- Moving WordPress from host without FTP?
- Is it possible to personalize the Media Library?
- Changing image URLs in media library
- Bulk Image Uploader to create new post from each image [closed]
- Upload file inside plugins options page
- Restored WordPress on new Server – Can’t auto-update plugins
- Media upload not working on theme option in WordPress 3.8.1
- Why does my functions.php cause white-screen and media-library issues?
- Image upload and other options in the same plugin settings form?
- How organize uploaded media in WP?
- Plugin or method to delete uploads not in media library?
- wp_generate_attachment_metadata is creating an empty array
- Removing included CSS file that doesn’t exist
- Linux Permissions and Ownership for WordPress
- Submit page limited in time to upload image
- wp.media javascript issue with on select
- How to upload WordPress Images to remote web server and display those images in WordPress gallery [closed]
- Auto move media file to cloud
- Problem with updating a plugin
- media page returnig to 404 in rtmedia [closed]
- Plugin Not Working After Being Uploaded To WordPress Plugin Repository
- Install and Update plugins on a VPS WordPress installation
- Bulk Image Upload And Rerrange Functionality
- Redirect to another page using contact form 7? [closed]
- Is it possible for a plugin to force reading and writing of uploaded images to a database instead of to a filesystem?
- How to change the wp_upload_dir() path in plugin
- Measure and limit file uploads
- Is there a function to list all uploaded images? How can I add one?
- disabling ftp on wordpress
- download button for audio file in post [closed]
- Large amount image data transfer
- Plugins successfully uploaded via FTP but they are not on my site
- File Uploader – Upload without adding to Media Library
- Detect plugin/theme installation (via upload)
- How To Create A File Archive in WordPress?
- WordPress does not allow me to upload a .xml file
- Simple sildeshow/image-upload plugin?
- How to upload large media file in chunks, without any plugin?
- Upload PlugIn Button is missing
- How to copy the all WordPress media items to another custom plugin folder?
- HTTP Error upload ( localhost )
- Is there a way to auto generate poster image for videos
- Access remote SFTP server via WordPress login?
- how to split and upload a theme on wordpress?
- Is it possible to pull all featured images from WP database only?
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- 500 Internal server error wp_handle_upload_prefilter
- Cannot display wordpress thumbnail
- upload multiple images using wp_handle_upload
- How wordpress handle urls present in db for external wp-content directory
- Remove special characters from filenames
- multiple image upload using wp_enqueue_media
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Using any plugin results in http 500 error (and only plugins)
- Not able to upload Plugins/ Theme from Admin backend
- Media library and Upload media problem
- Soflyy WP All Import Custom File Download Issue
- Media Upload to custom database and Custom Directory
- WordPress FTP/media directory permissions problem?
- WP default file upload hook not working if used in a plugin
- Where to store media uploaded by the plugin?
- WordPress Theme/Plugin Install (about FTP Connection)
- Issue: CSV file upload works only when “View page source” is done
- How to create a dashboard for logged-in users with custom functionality? [closed]
- image upload error wordpress
- Problems with installing and deleting plugins
- Plugin programming: Uploading a file to a specific folder
- Images not showing and plugins not installing on wordpress server move
- include plugin folder directly in theme folder to load faster page n wp
- Is there a WP-Plugin to convert PNG to GIF? [closed]
- Upload Image to desired directory through plugin
- Fast Tranfering my WordPress site to another server
- I want to disable certain file types from upload from dokan description field
- How to rename files during upload to a random string?
- how to get the url of a custom uploaded file
- A way to upload old html pages with all its assets via WordPress admin and to add a fixed menu on top of those (a la Wayback Machine)
- Uploading a plugin as .zip
- upload_mimes is getting ingored, how to add a new mime type?
- How To Convert External Image URLs To Own Website’s Uploaded Images Automatically?