Ignore:
Timestamp:
2017-08-14T22:23:04+12:00 (7 years ago)
Author:
ak19
Message:

All the changes that were required to set up multiple proxy servers, one for HTTP, one for HTTPS, one for FTP. Still need to test on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r31875 r31880  
    13361336WebDownload.html_only:Download only HTML files, and ignore associated files e.g images and stylesheets
    13371337WebDownload.html_only_disp:Only HTML files
    1338 WebDownload.proxied_connect_failed_info:Current proxy settings are:\n- host=%s\n- port=%s
     1338WebDownload.proxied_connect_failed_info:Current proxy settings are:
     1339WebDownload.http_proxy_settings:- HTTP host=%s : port=%s
     1340WebDownload.https_proxy_settings:- HTTPS host=%s : port=%s
     1341WebDownload.ftp_proxy_settings:- FTP host=%s : port=%s
    13391342WebDownload.proxyless_connect_failed_info:- The external server might not be responding\n- or you might need to switch on proxy settings
    13401343WebDownload.connect_failed_info:- or try ticking No Certificate Checking (affects 'https' URLs)\nin File > Preferences > Connection
     
    13421345WgetDownload.desc: Base class that handles calls to wget
    13431346WgetDownload.proxy_on:Proxy on
    1344 WgetDownload.proxy_host:Proxy host
    1345 WgetDownload.proxy_port:Proxy port
     1347WgetDownload.http_proxy_host:HTTP proxy host
     1348WgetDownload.http_proxy_port:HTTP proxy port
     1349WgetDownload.https_proxy_host:HTTPS proxy host
     1350WgetDownload.https_proxy_port:HTTPS proxy port
     1351WgetDownload.ftp_proxy_host:FTP proxy host
     1352WgetDownload.ftp_proxy_port:FTP proxy port
    13461353WgetDownload.user_name:User name
    13471354WgetDownload.user_password:User password
Note: See TracChangeset for help on using the changeset viewer.