Score:0

How to download directory/folder from repository with credentials

np flag

I have a repository that has directory/folders named /scripts and I want to download this whole folder with its content and subdirectories.

I tried wget command:

wget --user xyz --password xyz-pswd --r "https://my-personal/repository/artifacts/scripts"

but its downloading some index.html and not entire folder. How can I achieve this ?

Note: parallel to this folder one war file is kept and I am able to download that war file with below command, so my --user & --password tags are working fine.

wget --user xyz --password xyz-pswd "https://my-personal/repository/artifacts/project.war
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.