wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wget | Executing multiple (wget) commands the save path is error (#3)


From: xixi27
Subject: wget | Executing multiple (wget) commands the save path is error (#3)
Date: Thu, 14 Jan 2021 02:09:40 +0000


xixi27 created an issue: https://gitlab.com/gnuwget/wget/-/issues/3



When we use multiple wget as below
```
wget -c -o /etc/tool/log.log -P /etc/test1 
http://<host>/4.9.3.0300.6033/test-1.png
wget -c -o /etc/tool/log.log -P /etc/test2 
http://<host>/4.9.3.0300.6033/test-2.png
wget -c -o /etc/tool/log.log -P /etc/test3 
http://<host>/4.9.3.0300.5885/test-3.png
```

the test-1.png test-2.png test-3.png always save on /etc/test1

the log info as blow:
```
--2021-01-08 11:07:18--  http://<host>/4.9.3.0300.5885/test-3.png
Connecting to <host>:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 212280992 (202M) [application/vnd.XXXXX.package-archive]
Saving to: '/etc/test1/test-1.png'

     0K .......... .......... .......... ..........             0%  627 =67s

2021-01-08 11:08:28 (627 B/s) - Connection closed at byte 41960. Retrying.

--2021-01-08 11:08:29--  (try: 2)  http://<host>/4.9.3.0300.5885/test-3.png
Connecting to 192.168.12.100:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 212280992 (202M), 212239032 (202M) remaining 
[application/vnd.XXXX.package-archive]
Saving to: '/etc/test1/test-1.png'

     0K ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ..........  0%  176K 1h48m
    50K .......... .......... .......... .......... ..........  0% 4.05K 12h19m
   100K .......... .......... .......... .......... ..........  0% 4.10K 13h6m
   150K .......... .......... .......... .......... ..........  0% 6.34K 11h49m
   200K .......... .......... .......... .......... ..........  0% 5.03K 11h44m
   250K .......... .......... .......... .......... ..........  0% 1.88K 15h23m
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget/-/issues/3
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]