I want to transfer 4GB .tar.gz file from Hostgator to DO, and I am unable to access that file via URL (so I can’t use wget), also its not possible to do via FTP. So how can copy that file to DO?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
the best way is to make the 4GB .tar.gz available on your apache2 and then do a php script that download it :)
Since hostgator provides ssh access you can use the scp command to transfer the file directly from your hostgator account to your new droplet.
scp user@hostgatorserver:/path/to/your/file.tar.gz root@dodropetip:/path/on/droplet/.
Replacing the ssh details with those of your hostgator account and new DO droplet and using this command will allow you to transfer the file without making it web accessible.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.