Skip to main content

All Questions

Tagged with
0 votes
0 answers
44 views

Retrieve all ZIPs from specific site subdirectory

I'm trying to retrieve the *.ZIP files from this Zophar.net Music section, specifically the NES console. The files are freely downloadable per each game separately, which will be a huge time sink to ...
Jeremy Hendricks's user avatar
0 votes
0 answers
333 views

wget recursive folder/file download only returns multiple index.html

wget --no-parent --recursive --level=4 https://www.example.com/jsons/ I'm using the above line to try & download all files in subfolders of that URL. The folder structure is as: https://www....
DaveF's user avatar
  • 37
1 vote
1 answer
79 views

Is there anyway to download linux commands from a distro's repositatory into a usb stick?

Recently, we bought a motherboard that requires everything to be the ABSOLUTE latest OS, drivers, etc or it won't run. However, we figured out how to force it into Legacy Mode to install an old Linux ...
ThN's user avatar
  • 1,278
1 vote
1 answer
1k views

Download from a redirect using wget or curl

I want to download something from https://www.articy.com/en/downloads/server/. The link I have to click to download the file is https://www.articy.com/download/articyserver3. I tried using curl -OJL ...
Deses's user avatar
  • 250
6 votes
4 answers
10k views

How does one use yt-dlp to download *only* the comments to a YouTube video, without the actual video?

After searching for such a thing for a long time, I've just discovered that yt-dlp, which I already have installed and use daily to download YouTube (and other) videos, supports fetching the user ...
J. Buranen's user avatar
0 votes
0 answers
370 views

ZScalar 'proceed' with download with wget

I am using PowerShell Invoke-WebRequest (alias wget) to download miniconda. When using the Windows 10 GUI, Zscaler will warn me, but I can still click on the "Continue" button to continue ...
Clay's user avatar
  • 561
0 votes
2 answers
1k views

Download multiple pdf files by using cmd (Windows Command Prompt)

I'm looking for a way to download multiple pdf by using a "single" command in cmd (e.g. from here). So far I learned how to download a single file by using: curl URL -o name.pdf EDIT: I'd ...
Gennaro Arguzzi's user avatar
1 vote
2 answers
5k views

How to download a single large file over sftp or http etc using multiple simultaneous connections [closed]

Is there a command line tool which supports both multiple simultaneous connections and multiple network protocols (ftp, http etc)? Here is a practical example: I have a large backup file on an ssh ...
makeyourownmaker's user avatar
3 votes
3 answers
7k views

How to use wget to download a file stored in Google Drive without making publicly shareable link of the specific file?

First make the file publicly shareable then:- I use for small files download wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME for large files ...
sub1996's user avatar
  • 103
0 votes
0 answers
349 views

Can't get back my downloads after moving it D:\ drive

I am having the exact same problem as this person here: Win10 - Accidentally moved my downloads folder to D:\, can't seem to revert or change I accidentally made my downloads and my D:\ drive a ...
user avatar
0 votes
1 answer
6k views

Powershell Invoke-WebRequest with Method Head allocate too much RAM

Problem found on server with Powershell v 4.0 (server with Powershell 5.1 they do not seem affected by the same problem) This a strange behavior of Invoke-WebRequest command. Take this example: For ...
Max Monterumisi's user avatar
0 votes
1 answer
750 views

How do i download google browser installation without a browser using windows command line [duplicate]

I need to download and install Google Web browser without using a browser. My only option is windows command line. What are the commands I need to input to do this?
morgansbyers's user avatar
1 vote
1 answer
3k views

Can't make wget to continue downloading a file

I am trying to download a big file using wget (4.5 GB). My OS is ubuntu 18.04 LTS So what did I do? First I went to the folder, in which I want the file to be downloaded. Then I used the following ...
Metalzero2's user avatar
2 votes
1 answer
4k views

How do you download files from Github via Batch?

So, I am making an "Assistant" that is completely command line based. I recently decided to move from hosting files on One-drive to GitHub. I had made tiny.cc links so it would be easy to change the ...
user473470's user avatar
11 votes
2 answers
14k views

Firefox Download from Command Line

I want to download content from a site. Originally, I used curl/wget, however, the page demanded a session cookie + had multiple redirects. The page administrator then told me to use Firefox to ...
Syd Amerikaner's user avatar

15 30 50 per page