Libzypp/Media/Url

移動先: 案内, 検索

Media Access URL's

The MediaManager uses several media access handlers (backends), that can be specified by a Media Access URL in its open() method.

All URL's may contain following query parameters, that are reserved by the Source classes and unused/ignored by the media manager:

  • alias: A source specific media alias string.

Currently, following access handlers (backends) are implemented:

  • MediaNFS - NFS directory tree (nfs)
  • MediaCIFS - CIFS/SMB directory tree (cifs, smb)
  • MediaCurl - FTP/HTTP directory tree (ftp, http, https)

[back:WikiStart back ...]