smb:

smb:

[1] X Sharp/Examples ( 版) <http://wiki.codeglide.com/X_Sharp/Examples#Files>

<?xpath document('document('smb://administrator:foobar@192.168.1.77/public')')//file[ends-with(@name,'.doc')] >> /library/compress/pi('zip') ?>

[2] draft-crhertel-smb-url-12 - SMB File Sharing URI Scheme ( 版) <http://tools.ietf.org/html/draft-crhertel-smb-url-12>

[3] Yet Another SMB URL Syntax ( 版) <https://lists.samba.org/archive/samba-technical/2001-April/012999.html>

[4] Implementing CIFS: Appendix D (Christopher R. Hertel 著, 版) <http://www.ubiqx.org/cifs/Appendix-D.html>

[5] FFmpeg Protocols Documentation () <https://ffmpeg.org/ffmpeg-protocols.html#libsmbclient>

libsmbclient permits one to manipulate CIFS/SMB network resources.

Following syntax is required.

smb://[[domain:]user[:password@]]server[/share[/path[/file]]]