Changeset 33412 for gs3-extensions


Ignore:
Timestamp:
2019-08-13T21:54:31+12:00 (5 years ago)
Author:
ak19
Message:

config command for wgetting a single file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/maori-lang-detection/conf/config.properties

    r33399 r33412  
    55#       wget -m http://domain.com"
    66# https://www.linuxquestions.org/questions/linux-server-73/wget-how-to-download-more-than-one-file-at-once-instead-of-file-after-file-704693/
    7 wget.cmd=wget -Q10m -m %%BASE_URL%%
     7wget.mirror.cmd=wget -Q10m -m %%BASE_URL%%
     8
     9# for downloading a single file
     10wget.file.cmd=wget %%FILE_URL%%
Note: See TracChangeset for help on using the changeset viewer.