Answer the question
In order to leave comments, you need to log in
How to complete the wget file command in debian?
Good afternoon!
I am uploading files to a server (vps on debian 7) by command with a list of required files
wget http://site.ru/file1.zip
wget http://site.ru/file2.zip
wget http://site.ru/file3.zip
cd /papka-s-failami/
If there is already such a file in the directory (by name and size), then skip it and proceed to loading the next one...
Answer the question
In order to leave comments, you need to log in
Another way to solve this problem:
wget -nc --no-clobber -i http://site.ru/file.html - где в html файле список ссылок на файлы
wget -nc --no-clobber -i http://site.ru/file.txt - список прямых ссылок на файлы
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question