#include <MediaSMB.h>
Inheritance diagram for MediaSMB:

Public Member Functions | |
| MediaSMB (const Url &url_r, const Pathname &attach_point_hint_r) | |
| virtual | ~MediaSMB () |
Protected Member Functions | |
| void | mountAsCIFS () |
Protected Attributes | |
| MEDIA_HANDLER_API | |
Private Attributes | |
| const char * | _vfstype |
NOTE: The implementation currently serves both, "smbfs" and "cifs". The only difference is the vfstype passed to the mount command.
|
||||||||||||
|
|
|
|
|
|
|
MediaCIFS rewrites the vfstype to "cifs" within it's constructor. |
|
|
vfstype for mount. This is either "smbfs" or "cifs" (rewritten by MediaCIFS). |
|
|
|
1.4.4