Dowload data from password protected cloud storage
0
0
Entering edit mode
7 months ago
Paula ▴ 60

Hello!

I need to download data from a password-protected cloud storage. I do not have a user, it is just a folder protected by a password. The storage contains folders with many files on them and I need to download the whole content. However, whenever I try commands with rclone and get, I manage to download only the HTML code of the cloud storage folder.

Here are the commands I am trying:

./rclone copy remote:https://XXX/XXX local:./ --http-user= --http-pass=xxxx
 wget --user=remote_user --password=xxxx ftp:https://XXX/xxx
 wget --password=xxx -r -np -nH --cut-dirs=1 --reject="index.html*" https://XXX/XXX

Thank you for your help!

data-transfer wget rclone • 800 views
ADD COMMENT
1
Entering edit mode

Is this bioinformatics related?

What is the nature of the cloud storage system? Your commands allude to FTP.

ADD REPLY
0
Entering edit mode

Yes! I am downloading data for a bioinformatics analysis, so I decided to post it here, I hope it's okay. The cloud storage system is from a university.

ADD REPLY
0
Entering edit mode

We need to know more about the storage system itself though - is it actually an FTP server? Does the University not provide instructions on interfacing with it?

ADD REPLY
1
Entering edit mode

I don't see how this is bioinformatics-related just because the OP needs to access bioinformatics data.

ADD REPLY
0
Entering edit mode

I would say this is one of those edge cases where the forum errs on the side of being helpful rather than obstructive for novices when its a common task that would be encountered in the process of doing informatics.

ADD REPLY

Login before adding your answer.

Traffic: 1690 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6