3,839 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
7
replies
84
views
simple/fast way to transfer files from Linux to Windows
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 ...
1
vote
1
answer
76
views
How to use wget with --accept-regex to mirror GitHub issues and PRs
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 ...
0
votes
0
answers
46
views
Eliminating unnecessary files from a website
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 ...
0
votes
0
answers
70
views
Get Firefox DevTools data from Linux command line
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 ...
-1
votes
1
answer
41
views
Shell parameter not being received [duplicate]
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 ...
-1
votes
1
answer
72
views
Download a file procedure in python better than Selenium
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 ...
0
votes
2
answers
177
views
Remove wget argument from Yocto do_fetch
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 ...
0
votes
0
answers
31
views
How to correct my wGet scripts download images from the Lunar Orbiter and Lunar Sample open directories
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 ...
0
votes
1
answer
69
views
wget mirror returning 404 error despite website being accessible in browser
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-...
0
votes
0
answers
247
views
SSL Communication failing in tomcat 10 in FIPS mode
tomcat version 10.1.19
Connector Config
port = 8443
protocol="org.apache.coyote.http11.Http11NioProtocol"
defaultSSLHostConfigName="defaultConfig"
Symptom: curl waits for about 20 ...
-5
votes
1
answer
92
views
How to prevent specific static files (e.g., hashed JS files) from being exposed in HTTP requests using Wget with ASP.NET Core?
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 ...
0
votes
0
answers
59
views
FTP server - caged
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, ...
0
votes
1
answer
48
views
Wget downloads folder structure but no files
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/...
0
votes
2
answers
108
views
How to recursively download path or filenames, without downloading the actual files?
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?
...
-2
votes
1
answer
174
views
Is it possible to install cgywin and wget for windows xp? [closed]
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 ...