Set of tools to perform remote operations, downloading package or reading configs from URLs
A wrapper around urlopen adding authentication information if provided by the user.
Called during download
Download a file from an url, and save it in output_dir.
Parameters: |
|
---|---|
Returns: | the path to the downloaded file |
Get ftp password from the config file
Parameters: | server – A server node in the global qibuild xml configuration file |
---|---|
Returns: | A qibuild.config.Access instance |
Get server access for a remote site.
Parameters: | server – A server node in the global qibuild xml configuration file |
---|---|
Returns: | A qibuild.config.Access instance |
Open a file from an url
Returns: | a file-like object |
---|