Libzypp/Media/Url/CIFS

From openSUSE

MediaCIFS (MediaSMB)

The access handler for media in a CIFS/SMB shared directory tree.

  • Url Scheme:
  • cifs
  • smb
  • Examples:
cifs://servername/share/path/on/the/share
cifs://username:passwd@servername/share/path/on/the/share?mountoptions=ro

smb://servername/share/path/on/the/share
smb://username:passwd@servername/share/path/on/the/share?mountoptions=ro

Note: There is no difference between cifs and smb scheme (any more). In both cases the 'cifs' filesystem is used.

  • Query parameters:
  • mountoptions: The mount options separated by a comma ','. Default are the "ro" and "guest" options.
  • workgroup: The name of the workgroup.
  • username: Alternative username to username in URL authority.
  • password: Alternative password to password in URL authority.
  • user: Alternative username (cifs specific variant?)
  • pass: Alternative password (cifs specific variant?)
  • Authority: The authority component has to provide a hostname. Optionally also a username and password.
  • Path name: Mandatory URL component, that specifies the share name with optional subdirectory where

the desired files are located.

back ...

Last edit in Trac '05/02/06 14:24:19' by 'mt'


Last edit in Trac '05/02/06 14:24:19' by 'mt'


Last edit in Trac '05/02/06 14:24:19' by 'mt'


Last edit in Trac '05/02/06 14:24:19' by 'mt'