HFS Remote Folder Selection #737
cbr00t
started this conversation in
Show and tell
Replies: 1 comment
-
hey! thanks for sharing your work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
This is a small add-on that sends the path information of the selected Remote HFS Virtual Folder to an external application as a callback.
Since I am new to HFS Plugin structures, I tried to do this job with a simple script with Custom HTML. I think it would be useful to add a similar feature as a plugin.
Usage
let encodedCallbackURL = encodeURIComponent(`https://localhost:1234/myRestServer/remoteFolderSelectCallback/?path=$url`); window.open(`https://server-ip/hfs-folder/path/to/?callback=${encodedCallbackURL}`)
Script/HTML Codes
[Style]
[Html Head]
[After Menu Bar]
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions