Remember that you will not be able to download content from your replicated buckets (buckets ending in -repl). If you need to get content from the replicated buckets, such as because of accidental deletion or corruption, you will need to ask your hosting provider for assistance.

AWS CLI Option

Refer to https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html

Download files from bucket

aws s3 sync s3://{stackname}-bucket/myfolder ./local-folder

Download a single file

aws s3 cp s3://{stackname}-bucket/myfile.txt .

Cyberduck

Refer to https://docs.cyberduck.io/cyberduck/download/

If you right or control click on an item or selected group of items to download, you will have the options to simply Download, which will go to whatever folder you've selected for your general preferences, or your Downloads folder if you have not made any changes; Download As if you want to change the type of an individual item; or Download To if you want to change where the item(s) are saved to. 

SFTPGo

In order to download content from SFTPGo, simply navigate to the folder structure you wish to download from and select with folder(s) or item(s) you wish to download. The application will let you download, move, or copy content from a dropdown menu after you've selected content. This option will automatically zip up all selected items. If you just want to download a single item, click directly on its filename. This option will not work if you want to download a folder of content.

SFTPGo Tip

You may be able to view some file types directly in SFTPGo, such as .jpgs. .txt files, and .pdfs, by clicking on the little eye icon to the right of the filename; the application will use your browser settings.


  • No labels
Write a comment...