在 Confluence 中创建指向网络上文件位置的链接

发布于 2024-08-27 22:49:46 字数 136 浏览 9 评论 0原文

在汇合时,我想创建一个链接到:

P:\myFolder\folder,其中 P 映射到网络共享。

仅输入“P:\myFolder\folder”是行不通的。有什么想法吗?

(假设我无法输入完整的网络路径)。

On confluence I want to create a link that links to:

P:\myFolder\folder, where P is mapped to a network share.

Just putting in "P:\myFolder\folder" doesn't work. Any ideas?

(Assuming I cannot put in the full network path).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

ぃ双果 2024-09-03 22:49:46

通常有效的是

file:///p:/myFolder/folder/

如果名称中有空格(例如“我的文档”),您可以用 [ ] 包围链接

[file:///p:/my Folder/folder/]

当然您也可以添加别名:

[The Folder|file:///p:/my Folder/folder/]

我刚刚测试了它的一个变体,它似乎有效。

[file:///\\\\servername/share/folder/file.ext] works in IE (note two back slashes in front for the server name)

typically what would work is

file:///p:/myFolder/folder/

If there are spaces in the name like 'My Documents' you can surround the link with [ ]

[file:///p:/my Folder/folder/]

Of course you can also add an alias:

[The Folder|file:///p:/my Folder/folder/]

I just tested a variation of this and it seemed to work.

[file:///\\\\servername/share/folder/file.ext] works in IE (note two back slashes in front for the server name)
在风中等你 2024-09-03 22:49:46

正如弗拉基米尔·阿列克谢耶夫(Vladimir Alexiev)所写,浏览器可能需要一些设置。 Firefox 和 Opera 不允许打开本地文件的链接。这是出于安全目的。
看看 http://confluence.atlassian.com /display/JIRA/Linking+to+local+file+under+Firefox(此页面位于 JIRA 文档中,但该信息不是 JIRA 特定的。)

As Vladimir Alexiev writes, the browser might need some setting up. Firefox and Opera do not allow opening links to local files. This is for security purposes.
Have a look at http://confluence.atlassian.com/display/JIRA/Linking+to+local+file+under+Firefox (This page is located within the JIRA documentation, but the information is not JIRA-specific.)

浅紫色的梦幻 2024-09-03 22:49:46

以下内容在 Firefox 24.5 下的 Windows 7 上对我有用:

\\\\servername\share\folder\ 

翻译为:

file://///servername/share/folder

即 5 个正斜杠。

The following worked for me on Windows 7 under Firefox 24.5:

\\\\servername\share\folder\ 

translates to:

file://///servername/share/folder

That is 5 forward slashes.

债姬 2024-09-03 22:49:46

无需使用file:\\\;
只需输入

<a href="localhost/V1.mp4">download</a>

localhost 是您的服务器名称;

no need to use file:\\\;
just put as

<a href="localhost/V1.mp4">download</a>

where localhost is your server name;

反差帅 2024-09-03 22:49:46

您可以设置快捷方式链接*(浏览>管理>快捷方式链接)以简化此操作。然后您可以编写例如 [myFolder/folder@P]

您可能还需要注意您的浏览器才能打开链接。这取决于浏览器。

You can setup Shortcut Links* (Browse>Admin>Shortcut Links) to make this easier. Then you can write e.g. [myFolder/folder@P]

You may also need to take care for your browser to open the links. That depends by browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文