Sponsored Content
Full Discussion: Wget -i URLs.txt problem
Top Forums UNIX for Dummies Questions & Answers Wget -i URLs.txt problem Post 302732629 by Keith londrie on Sunday 18th of November 2012 08:58:31 PM
Old 11-18-2012
RE: wget -i URLs.txt

Hi Corona688,

Thanks for your post. The membership site I belong to is resell-rights-weekly.com and I just login and click the links to download to my home computer. I want to bypass my home computer and copy the files for that week's downloads. server to server is much faster than me trying to DSL them down and back up to my server. The input file is necessary because new downloads are put on the site each week. I will then put the urls in URLs.txt before the wget, set up as a cron to run every Monday and bring the files over in a fraction of the time to copy. I had it working partially but could not remember the switches I set.

Here is my next try: -->> wget -i URLs.txt --post-data 'user=klondrie&password=XXXX' -o wgetlogfile.txt -c

What do you think? What would you change? This should be a piece of cake. I do not see a lot of security as I can login and click the links to download to my computer. Need them on my server though.

Any more help available?
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sorting problem "sort -k 16,29 sample.txt > output.txt"

Hi all, Iam trying to sort the contents of the file based on the position of the file. Example: $cat sample.txt 0101020060731 ## Header record 1c1 Berger Awc ANP20070201301 4000.50 1c2 Bose W G ANP20070201609 6000.70 1c2 Andy CK ANP20070201230 28000.00... (3 Replies)
Discussion started by: ganapati
3 Replies

2. UNIX for Advanced & Expert Users

Wget FTP problem!

Hi, I've tried to download from ftp sites by wget but it failed and says "Service unavailable" but when I use sftp in binary mode and use "get" command it works perfectly. What's the problem? BTW: I tried both passive and active mode in wget. thnx for ur help (9 Replies)
Discussion started by: mjdousti
9 Replies

3. Shell Programming and Scripting

Problem with wget

Hi, I want to download some patches from SUN by using a script and I am using "wget" as the utillity for this. The website for downloading has a "https:" in its name as below https://sunsolve.sun.com/private-cgi/pdownload.pl?target=${line}&method=h and on running wget as below wget... (1 Reply)
Discussion started by: max29583
1 Replies

4. Shell Programming and Scripting

Extract urls from index.html downloaded using wget

Hi, I need to basically get a list of all the tarballs located at uri I am currently doing a wget on urito get the index.html page Now this index page contains the list of uris that I want to use in my bash script. can someone please guide me ,. I am new to Linux and shell scripting. ... (5 Replies)
Discussion started by: mnanavati
5 Replies

5. UNIX for Dummies Questions & Answers

Problem with wget no check certificate.

Hi, I'm trying to install some libraries, when running the makefile I get an error from the "wget --no check certificate option". I had a look help and the option wasn't listed. Anyone know what I'm missing. (0 Replies)
Discussion started by: davcra
0 Replies

6. UNIX for Dummies Questions & Answers

find lines in file1.txt not found in file2.txt memory problem

I have a diff command that does what I want but when comparing large text/log files, it uses up all the memory I have (sometimes over 8gig of memory) diff file1.txt file2.txt | grep '^<'| awk '{$1="";print $0}' | sed 's/^ *//' Is there a better more efficient way to find the lines in one file... (5 Replies)
Discussion started by: raptor25
5 Replies

7. Shell Programming and Scripting

Problem with wget and cookie

Dear people, I got a problem with an scrip using wget to download pdf-files from an website which uses session-cookies. Background: for university its quite nasty to look up weekly which new homeworks, papers etc. are available on the different sites of the universites chairs. So I wanted a... (1 Reply)
Discussion started by: jackomo
1 Replies

8. Shell Programming and Scripting

Download pdf's using wget convert to txt

wget -i genedx.txt The code above will download multiple pdf files from a site, but how can i download and convert these to .txt? I have attached the master list (genedx.txt - which contains the url and file names) as well as the two PDF's that are downloaded. I am trying to have those... (7 Replies)
Discussion started by: cmccabe
7 Replies

9. Proxy Server

Problem with wget

I cannot download anything using wget in centos 6.5 and 7. But I can update yum etc. # wget https://wordpress.org/latest.tar.gz --2014-10-23 13:50:23-- https://wordpress.org/latest.tar.gz Resolving wordpress.org... 66.155.40.249, 66.155.40.250 Connecting to wordpress.org|66.155.40.249|:443...... (3 Replies)
Discussion started by: nirosha
3 Replies
NZBGET(1)							   User Commands							 NZBGET(1)

NAME
nzbget - binary news file grabber DESCRIPTION
Usage: nzbget [switches] Switches: -h, --help Print this help-message -v, --version Print version and exit -c, --configfile <file> Filename of configuration-file -n, --noconfigfile Prevent loading of configuration-file (required options must be passed with --option) -p, --printconfig Print configuration and exit -o, --option <name=value> Set or override option in configuration-file -s, --server Start nzbget as a server in console-mode -D, --daemon Start nzbget as a server in daemon-mode -V, --serverversion Print server's version and exit -Q, --quit Shutdown server -A, --append <nzb-file> Send file to server's download queue -C, --connect Attach client to server -L, --list [F|G|O|S|H] Request list of downloads from server F list individual files and server status (default) G list groups (nzb-files) and server status O list post-processor-queue H list history S print only server status -P, --pause [D|D2|O|S] Pause server: D pause download queue (default) D2 pause download queue via second pause-register O pause post-processor queue S pause scan of incoming nzb-directory -U, --unpause [D|D2|O|S] Unpause server: D unpause download queue (default) D2 unpause download queue via second pause-register O unpause post-processor queue S unpause scan of incoming nzb-directory -R, --rate <speed> Set download rate on server, in KB/s -T, --top Add file to the top (beginning) of queue (for using with switch --append) -K, --category <name> Assign category to nzb-file (for using with switch --append) -G, --log <lines> Request last <lines> lines from server's screen-log -W, --write <D|I|W|E|G> "Text" Send text to server's log -S, --scan Scan incoming nzb-directory on server -E, --edit [G|O|H] <action> <IDs> Edit items on server G Affect all files in the group (same nzb-file) O Edit post-processor-queue H Edit history <action> is one of: <+offset|-offset> Move file(s)/group(s)/post-job in queue relative to current position, offset is an integer value T Move file(s)/group(s)/post-job to top of queue B Move file(s)/group(s)/post-job to bottom of queue P Pause file(s)/group(s)/ Postprocess history-item(s) again U Resume (unpause) file(s)/group(s) A Pause all pars (for groups) R Pause extra pars (for groups)/ Return history-item(s) back to download queue D Delete file(s)/group(s)/post-job(s)/history-item(s) K <name> Set category (for groups) N <name> Rename (for groups) M Merge (for groups) O <name>=<value> Set post-process parameter (for groups) I <priority> Set priority (signed integer) for file(s)/group(s) <IDs> Comma-separated list of file-ids or ranges of file-ids, e. g.: 1-5,3,10-22 nzbget version: 0.7.0 May 2011 NZBGET(1)
All times are GMT -4. The time now is 08:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy