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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Since hostgator provides ssh access you can use the scp command to transfer the file directly from your hostgator account to your new 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.
the best way is to make the 4GB .tar.gz available on your apache2 and then do a php script that download it :)