I’m working on a WordPress website (current-domain) and want to move the uploaded files to another domain (file-upload-domain) using FTP protocol to reduce the load on the hosting.
I want to do the following steps:
Move uploaded files from the current uploads directory on the WordPress domain to the new domain
Update the display URL for uploaded files so that they point to the new domain (file-upload-domain/uploads/…) instead of the current domain (current-domain/wp-content/uploads/…).
I tried using the “WP-Stateless” plugin but was unsuccessful because my new domain uses FTP.