Skip to content
Snippets Groups Projects
Commit 5cba09e9 authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing / adding comments

parent 9c0bf5c4
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class iRODS extends \OC\Files\Storage\StreamWrapper{
}
/**
* construct the ftp url
* construct the rods url
* @param string $path
* @return string
*/
......@@ -80,6 +80,8 @@ class iRODS extends \OC\Files\Storage\StreamWrapper{
if ($this->auth_mode !== '') {
$userWithZone .= '.'.$this->auth_mode;
}
// url wrapper schema is named rods
return 'rods://'.$userWithZone.':'.$this->password.'@'.$this->host.':'.$this->port.$this->root.$path;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment