Page 1 of 1

LAN plugin paste file path from clipboard (ANDROID)

Posted: 2018-07-25, 15:56 UTC
by pntmnt1
Hi,

I have installed the LAN plugin on a Samsung S3 tablet and I need to pass in a URL from the clipboard. I can navigate the LAN directory manually okay. I have tried manually typing the URL and creating a custom button but neither seem to work. Can anyone shed some light on this?

Re: LAN plugin paste file path from clipboard (ANDROID)

Posted: 2018-07-26, 07:35 UTC
by ghisler(Author)
You can create a button by connecting to the server and then tapping on the "+" button in the lower toolbar. It will add a button like this:
Function type: Change directory
Command: ///LAN/servername/

To go to a subdir, just append the path to the end. You can later change the path by long tapping on the button.

Re: LAN plugin paste file path from clipboard (ANDROID)

Posted: 2018-08-03, 13:18 UTC
by pntmnt1
Hi ghisler,

Thank you very much for the reply.

Yes, I have created a button and that works for one specific directory path. What I am trying to accomplish is this:

I have multiple users with tablets (lets say 10 users). There are QR codes containing a directory path to a network share, posted on assets in the facility. The directory path will point to a sub directory based on the respective asset. e.g.

-Main Directory
-Subdirectory1
-Asset1
-Asset2
-Subdirectory2
-Asset1
-Asset2

I am trying to have the QR code reader application send the directory path to Total Commander and have Total Commander automatically open the respective directory.

Do you think this functionality is possible or can be added?

Re: LAN plugin paste file path from clipboard (ANDROID)

Posted: 2018-08-03, 19:57 UTC
by ghisler(Author)
You need a way to send an intent to Total commander, with the URL set to
file://///LAN/servername
or
content://///LAN/servername

Re: LAN plugin paste file path from clipboard (ANDROID)

Posted: 2018-08-07, 13:20 UTC
by pntmnt1
Okay. Thank you ghisler. I will work on implementing this method.