Displaying 2 results from an estimated 2 matches for "rgraphicsample02".
2009 Aug 09
1
wget parameters
...'ve received from Phil Spector, I am trying to get
a remote file by using download file.
The concerned remote server doesn't username and password passed with
the URL, thus this line fails...
download.file('http://username:password@xepecnet.environmentalchange.net/xwiki/bin/view/ICT/RGraphicSample02','RG02',method='wget')
I can get a free access file without any problem
download.file('http://xepecnet.environmentalchange.net/xwiki/bin/view/ICT/RGraphicSample01?xpage=plain','RG01',method='wget')
But, of course, access to a protected one fails...
do...
2010 Aug 18
1
Again: wget parameters
...;> remote file by using download file.
>>
>> The concerned remote server doesn't username and password passed with the
>> URL, thus this line fails...
>>
>> download.file('
>> http://username:password@xepecnet.environmentalchange.net/xwiki/bin/view/ICT/RGraphicSample02
>> ','RG02',method='wget')
>>
>> I can get a free access file without any problem
>>
>> download.file('
>> http://xepecnet.environmentalchange.net/xwiki/bin/view/ICT/RGraphicSample01?xpage=plain
>> ','RG01',method='wg...