Elsinore

User Forum

www.screenconnect.com
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Use symbolic links to share toolboxes, videos, and received files
Jake Morgan
#1 Posted : Friday, June 03, 2011 4:53:34 PM
Rank: Administration
Joined: 4/9/2010
Posts: 871
ScreenConnect creates a folder "ScreenConnect" (or something else if you've customized Client.ApplicationTitle) off your user Documents directory to use for your videos, toolbox, and received files. Generally this will be created on a local disk and generally it will only be accessible to the current user.

Use NTFS symbolic links to share this information. To accomplish this, recreate your "ScreenConnect" directory as a symbolic link to a network share:

Code:
C:\Users\jmorgan\Documents>ren ScreenConnect ScreenConnect2

C:\Users\jmorgan\Documents>md \\commonserver\commonshare\screenconnect

C:\Users\jmorgan\Documents>mklink /d ScreenConnect \\commonserver\commonshare\screenconnect
symbolic link created for ScreenConnect <<===>> \\katmandu\distribution\temp\screenconnect

C:\Users\jmorgan\Documents>copy ScreenConnect2\* ScreenConnect
ScreenConnect2\autoruns.exe
ScreenConnect2\BltTest.exe
ScreenConnect2\compmgmt.lnk
ScreenConnect2\Mdbg_x64.exe
ScreenConnect2\Mdbg_x64.zip
ScreenConnect2\Mdbg_x86.exe
ScreenConnect2\Mdbg_x86.zip
ScreenConnect2\MSE_x64.exe
ScreenConnect2\MSE_x86.exe
ScreenConnect2\procexp.exe
ScreenConnect2\Procmon.exe
ScreenConnect2\proxy.exe
ScreenConnect2\Reflector.exe
ScreenConnect2\resetScreenConnect.bat
ScreenConnect2\setenv.bat
ScreenConnect2\taskkill.exe
       18 file(s) copied.


C:\Users\jmorgan\Documents>rd /s /q ScreenConnect2


If you don't want to share everything, but only a few common tools, you can create a symbolic link to a network share under the "ScreenConnect" folder, rather than replacing it entirely.

In the future we may use different subdirectories for videos, toolbox items, and received files. This will give you even more granularity in what you share vs what you keep private.

Also in the more distant future, we may just keep everything on the web server, so you can access it even when off the network.
jamie.stubbe
#2 Posted : Wednesday, November 23, 2011 3:00:42 AM
Rank: Newbie
Joined: 11/22/2011
Posts: 3
Location: Red Deer
Jake Morgan wrote:

Also in the more distant future, we may just keep everything on the web server, so you can access it even when off the network.



Yes PLEASE!!

This would help so much and is closer to the top of the list on many users wish list,

A priority for sure!


In the mean time.. allowing us to select the directory where we store the files would be handy as a stop gap..

and able to use a network share.

\\server\toolbox <---example.


I assume that getting server side storage working is a nightmere in logistics.

once the server hands off the connection too the 2 clients. (host/guest) there-for creating a point to point connection..
I would assume the server is not able to send files across the encypted tunnel..

So can we maybe get a build that allows the customization of the toolbox location with network support until we get server side storage hashed out?

Thanks Jamie.
bigdessert
#3 Posted : Wednesday, November 23, 2011 4:23:07 AM
Rank: Advanced Member
Joined: 9/14/2010
Posts: 460
Location: Minnesota
It is coming, they practicly rewrote the whole relay service to facilitate this, auto update for unattended, multiple hosts per session. I am sure this will also facilitate doing many....many things.

One thing that comes to mind is an offline toolbox where you could build vbscript WMI calls and gather system information without actually connecting to the machine.

Now all we have to do is wait for the 2.4 pre-release....I am hoping it is an early christmas present!
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.