Skip to content

download.file() / install.packages() from a url with a username and password

1 message · Seth Falcon

#
On 30 Jun 2005, john.marsland at wmgfunds.com wrote:

            
Are you expecting your webserver to require authentication?  If not,
well, I think you have a server config issue.

Assuming you have configured authentication, I suspect it will be
difficult to get install.packages to play along.  

Perhaps there is another way you can protect the site.  For example,
only allow local connections and then use ssh port forwarding to
connect to the site from "outside".

+ seth