|
NAMEURI::smb - Samba/CIFS URI scheme SYNOPSIS my $uri = URI->new('smb://authdomain;user:password@server/share/path');
DESCRIPTIONThis module implements the (unofficial) "smb:" URI scheme described in <http://www.ubiqx.org/cifs/Appendix-D.html>. SUBROUTINES/METHODSdefault_portThe default port for accessing Samba/Windows File Servers is 445 userGet or set the user part of the URI (without the authdomain) authdomainGet or set the authentication authdomain part of the URI. This value is only available if the user is already set. sharenameHelper method to get the share name from path DEPENDENCIESNone BUGS AND LIMITATIONSSee URI SEE ALSO<http://www.ubiqx.org/cifs/Appendix-D.html> AUTHORI. M. Bur <github@lty.cz> LICENSE AND COPYRIGHTThis program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <http://dev.perl.org/licenses/> for more information.
|