简体   繁体   中英

How to link a samba file link in twiki?

I've got a server using samba to share files. Suppose the ip address is 1.1.1.1 so we can find the files in this samba server by using \\1.1.1.1\\ Now i've built a twiki system.I would like to make some links in the twiki topic to directly link to those files on the samba server but it seems [[\\1.1.1.1\\somefile]] failed to find the files.So how can I write those urls?

You need to mount the share or to access the share via an API like pysmb in python. Although this is highly unlikely, if the language you're using knows about SMB protocol you can use that directly via a link.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM