I am trying to migrate the files from third-party server to DigitalOcean spaces.
Due to large volumes in files, the only option I can see is download the zip file in Spaces and extract the files.
For that I need access Spaces using SSH.
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.
Hello, @mittalyashu
You can use s3cmd in order to manage the object storage via ssh. In this way you can quickly upload the files you need. Once you have s3cmd configured you can simply upload all of your files to the Space object.
We have existing tutorials on how to use s3cmd and how to configure it as well. I will recommend you to check out this links:
https://www.digitalocean.com/docs/spaces/resources/s3cmd/
https://www.digitalocean.com/docs/spaces/resources/s3cmd-usage/
https://www.digitalocean.com/community/questions/how-to-manage-digitalocean-spaces-using-s3cmd
Hope that this helps! Regards, Alex