Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
14 replies
225 views

I have two computers. One with Arch Linux installation with any modern software. Another with 32bit Windows 7. My goal is to transfer around 100GB of files from Linux to Windows. I have USB 3.0 to ...
hlebyshek's user avatar
1 vote
1 answer
78 views

I'm trying to use Wget to download an HTML mirror of a GitHub repo (for example, this repo: https://github.com/seanh/oatcake). In case it matters, I'm on macOS and using wget from Homebrew. I don't ...
Sean Hammond's user avatar
  • 15.2k
0 votes
0 answers
48 views

Someone gave me a copy of a website serving all of my late father's photography in a rather fancy Javascript-enhanced presentation.  He created it with some scanning tool and never put it online, and ...
WGroleau's user avatar
  • 455
0 votes
0 answers
75 views

Is it possible to get data from Firefox DevTools command line in Linux? I would like to get the cookies of the POST command (seen on the attached image). I have tried traditional ways using curl and ...
Thend's user avatar
  • 315
-1 votes
1 answer
41 views

I am trying to create a shell script that updates my public ip to the DynU service. this command works fine in the terminal wget -O - v4.ident.me 2>/dev/null && echo The issue comes when I ...
Pedro Santangelo's user avatar
-1 votes
1 answer
73 views

I'm trying to download a file result from this site: https://www.coordinador.cl/operacion/documentos/registro-de-instrucciones-de-operacion-rio-sscc-energia/ And for that i use Selenium for select ...
XaniloM's user avatar
  • 33
0 votes
2 answers
182 views

I'm using Yocto Mickledore, and my build fails on the do_fetch of multiple python libraries. The log files show that the use of --passive-ftp as a wget argument is to blame. DEBUG: Fetcher accessed ...
ThePumkinMelon's user avatar
0 votes
0 answers
31 views

I've tried countless combinations of options in wGet scripts with no success at getting what I actually want. I tried countless options taken from answered questions here as well. I need help using ...
VeezyLife's user avatar
  • 101
0 votes
1 answer
80 views

I'm trying to mirror a website using wget but getting a 404 error, even though the site is accessible through a browser. Command used: wget --mirror --convert-links --adjust-extension --page-...
Sewatech's user avatar
0 votes
0 answers
254 views

tomcat version 10.1.19 Connector Config port = 8443 protocol="org.apache.coyote.http11.Http11NioProtocol" defaultSSLHostConfigName="defaultConfig" Symptom: curl waits for about 20 ...
Sameer Naik's user avatar
  • 1,400
-5 votes
1 answer
99 views

i'm using ASP.NET Core as the backend for my Angular application. When I make requests to the server (e.g., using Wget), I notice that hashed JavaScript files like external-module.d1aa0dsdp55.js are ...
saeed Taghizade's user avatar
0 votes
0 answers
59 views

I try to access the FTP server to get the CAGED files. But as an error, it shows that the files are corrupted. When I try to access the message “Corrupt input data”. So I'm unsure whether, in fact, ...
vagas emprego's user avatar
0 votes
1 answer
50 views

I'm trying to download all .nc files from this website: https://data.seaice.uni-bremen.de/MultiYearIce/ascat-amsr2/final/Antarctic/netcdf/2021/ Using: wget -m https://data.seaice.uni-bremen.de/...
Robbie Mallett's user avatar
0 votes
2 answers
121 views

I want to download the filenames or paths of over 1 mil files on a NASA data repository, without actually downloading the files. What is the best way to do this? Does wget supports this functionality? ...
peteron30's user avatar
-2 votes
1 answer
179 views

I need to run windows xp system and use cygwin and wget tools. Is it possible? I googled and some links are not working anymore. Updated: I have made it work to instrall cygwin on xp systems by ...
susanna's user avatar
  • 1,541
0 votes
0 answers
76 views

I am trying to iterate through a folder with html files to filter them according to whether they contain a keyword or not in their string form. I download them to a folder through wget and ...
user24330119's user avatar
0 votes
0 answers
286 views

I mainly use Google Colab, but Google Colab had a payment issue, so yesterday I tried to run the 100% same code in Jupyter Notebook. My code is : !pip install --upgrade mxnet !pip install --upgrade ...
ROSA LEE's user avatar
0 votes
0 answers
43 views

I need to download the data from a datalogger, day by day, which only allows ftp/wget/curl. I need to create a script which download the files from the folder (or the folder itself) day by day every ...
JX1974's user avatar
  • 1
0 votes
1 answer
241 views

I am trying to scrape the "status page" of my PV system as follows: In a regular browser, I simply open this page: https://enlighten.enphaseenergy.com/web/5000000/today/graph/hours This ...
emp-00's user avatar
  • 1
-1 votes
1 answer
384 views

I need to download files from several pages, using wget -r -l 1 -nd -H --accept-regex 'https://blogspot.com/s[0-9]{4}/[0-9]{3}.pdf' -i list.txt; in the TXT file I have a list of all the pages from ...
Mauro's user avatar
  • 135
0 votes
1 answer
100 views

I need to download an artefact from TC using a bash command (it should work in Ubuntu 22.04.3 deb based server). TeamCity authentication mode is SSO only via MS account and 2FA authentication. Is it ...
Ubuntu Learner's user avatar
-1 votes
1 answer
58 views

I have been trying to extract transaction records from this website: https://www.house730.com/en-us/deal/?type=rent. Looking into stack overflow, I have stumbled into a solution that uses urllib....
Pond-nj's user avatar
  • 45
2 votes
1 answer
222 views

I'm trying to download a bash script using wget and pipe it over to sh but I'm running into problems. It works fine in separate steps (wget to download, then execute), but not when piping to sh. The ...
devklick's user avatar
  • 2,718
1 vote
2 answers
98 views

I am trying a fun project related to future Canadian Health and safety Industry career aspirations that will also help me build Python skills. There is a website that provides data on Canadian ...
Abdirahman Ahmed's user avatar
0 votes
1 answer
90 views

wget 'https://dsmn.ml/files/d2-net/d2_tf.pth' -O models/d2_tf.pth File "<ipython-input-23-6839219d5fcc>", line 1 wget "https://dsmn.ml/files/d2-net/d2_tf.pth" -O ...
tafusen's user avatar
-1 votes
2 answers
1k views

I am trying to install wget with pip through the following commands: C:\Users\jacob>pip uninstall wget Found existing installation: wget 3.2 Uninstalling wget-3.2: Would remove: c:\users\...
user24826558's user avatar
0 votes
2 answers
163 views

Hello I have a weird problem in Python using wget, will be so grateful if someone could give me a help. what I want to do : download the file('.pdf','.djvu') from specific website(ex. wiki) with wget, ...
Jung Woo Sohn's user avatar
0 votes
2 answers
400 views

I want to download all pdf files in the website of "https://journals.ametsoc.org/view/journals/mwre/131/5/mwre.131.issue-5.xml". I tried many thing with wget as: wget --wait 10 --random-wait ...
Zeinab's user avatar
  • 21
-2 votes
1 answer
61 views

Trying to get the following file from GitHub and the file does not download'''!wget -P {HOME}/weights -q https://github.com/WongKinYiu/yolov9/releases/tag/v0.1.1/yolov9-c.pt''' I know they are there. '...
Chris Rigano's user avatar
0 votes
2 answers
728 views

I'm not really good at network, I can't see what changed with the command wget inside when I ran docker build --build-arg https_proxy="http://proxy-fg:8080/" and wget outside from the vm? ...
Linna's user avatar
  • 41
0 votes
0 answers
1k views

I am attempting to access some data from a website through python, but after my first attempt: requests.get('https://website.com') I was met with the following error: HTTPSConnectionPool(host='www....
lkotlus's user avatar
  • 31
1 vote
1 answer
313 views

I'm using: wget --spider --force-html -r -l5 http://example.com 2>&1 | grep '^--' | awk '{print $3}' > urls.txt It works great; however, it doesn't seem to copy the 'href=' links on each ...
tombraider123's user avatar
1 vote
1 answer
167 views

I am writing a UPNP-Controller. To supply the Artist and Title, it's necessary that I can get the metadata, probably supplied as XML somewhere in the Stream. For that, I want to read the (endless) ...
ratmalwer's user avatar
  • 735
1 vote
0 answers
265 views

There is a website that I need to scrape just a single page and I discovered it blocks access from curl but allows from wget. Making exactly the same request (same headers, cookies, same origin IP...) ...
Samul's user avatar
  • 2,118
0 votes
0 answers
62 views

I accidentally mirrored a whole website using wget. Whenever I try to delete the downloaded file, it keeps reappearing & trying to download again. How do I stop this? I tried looking through the ...
jlusche's user avatar
0 votes
1 answer
1k views

I tried installing wget running this command line brew install wget The result: Error: An exception occurred within a child process: CompilerSelectionError: libunistring cannot be built with any ...
sciusciusciusciu's user avatar
0 votes
0 answers
193 views

get_ipython().system('pip install wget') import wget Requirement already satisfied: wget in c:\users\divya\appdata\local\programs\python\python312\lib\site-packages (3.2) ------------...
Divya's user avatar
  • 1
2 votes
1 answer
92 views

I'm trying to list of all the pages of a certain level on a website. The website is kind of mostly text links of reported events, which each link to a more detailed report. So the main link to the ...
Sarah's user avatar
  • 67
-1 votes
1 answer
131 views

I am trying to download a file from from Azure Artifact package using their Rest API. wget --header="Authorization: Basic $PAT" "$URL" -O $filename I am getting error message ...
Tejas Mehta's user avatar
0 votes
1 answer
1k views

I'm not married to either tool, I'm just hoping to find the fastest way to verify that all hosts in a list I pipe to either curl or wget are listening for HTTPS traffic on 443 rather than some other ...
Daniel Tharp's user avatar
2 votes
1 answer
93 views

I want to mirror my cms-driven website to create a html-only static version. Local viewing is enabled with the -k option (--convert-links). However, wget converts question marks ? to percent-encoded ...
Kittyfish's user avatar
-1 votes
2 answers
46 views

I'm having a problem downloading a xampp file using wget and choosing to change the filename, but it doesn't work, can anyone help me? this is command: enter image description here I tried a few ...
conchomauvang's user avatar
0 votes
1 answer
497 views

I am trying to use curl to download the latest linux link from here: https://redream.io/download The most recent download link is: https://redream.io/download/redream.x86_64-linux-v1.5.0-1106-g01ef607....
TheSunSmellsTooLoud's user avatar
0 votes
0 answers
730 views

if i try to wget a file on proxmox like downloading a template or inside the host shell, i keep getting HTTP request sent, awaiting response... , for example trying to download the template text for ...
Peter Buffon's user avatar
4 votes
0 answers
393 views

I have an AWS Lambda container that I want to be able to ping from the terminal or tools such as R's httr2. I tested it with Postman and it works and gives the appropriate response/output, I can see ...
clabornd's user avatar
2 votes
2 answers
213 views

I am trying to learn using libwget on Debian 12. I've installed the package "wget2-dev" which recursively installed "libwget0" package. I wrote a very basic and simple application ...
ukll's user avatar
  • 315
1 vote
1 answer
5k views

I'm trying to download the Civit AI model Realities Edge XL Turbo in a shell, but since the author has required the users to be logged in to download it, I am having trouble to use wget inside my ...
Flov's user avatar
  • 1,597
0 votes
1 answer
5k views

Let's suppose that I have any archive or file on yandex drive like that: https://disk.yandex.ru/d/KGA6qXDT87pTVA I want to download it directly to my google drive, how could I do it? First idea that ...
Nikita Artemenko's user avatar
-1 votes
1 answer
621 views

This is kind of a convoluted issue that people seem to stumble upon in different ways, so here's the context I found myself in, and the different solutions I know worked for others, that should be ...
Maxime Franchot's user avatar
0 votes
1 answer
139 views

By Default Julia uses curl to download files on Linux: /usr/bin/env julia julia> using Downloads julia> Downloads.download("https://pkg.julialang.org/registries"; verbose=true) It is ...
josegts's user avatar
  • 117

1
2 3 4 5
77