General Discussion Need help? Have a problem? Let us help you. Bug reports and feature requests should be made using the Bug Tracker or Feature Tracker |
12-05-2006, 07:05 AM
|
#1
|
Junior Member
Join Date: Dec 2006
Posts: 2
|
sHARING THE SITES LIST BETWEEN USERS IN THE LAN
Hello,
Is there a way to share a sites list between multiple user in LAN.
If it is possible, detailed description will be appreciated.
Thanks,
Caesar
|
|
|
12-05-2006, 11:17 AM
|
#2
|
Super Duper
FlashFXP Beta Tester
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
|
keep sites.dat somewhere in a commonly accessable location such as main file server and run both clients pointing to it.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
|
|
|
12-05-2006, 02:01 PM
|
#3
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
You can add a registry setting HKEY_CURRENT_USER\Software\FlashFXP\3\, String Value DATAPATH, and set it equal to the directory where you want your shared settings to be.
|
|
|
12-06-2006, 02:15 AM
|
#4
|
Junior Member
Join Date: Dec 2006
Posts: 2
|
I think that after importing sites list from the some location in the LAN is not a solution because a list of FlashFXP becomes static and will not be updated if there will be some changes in the original list on the LAN.
After adding a regitry key 'DATAPATH' what have I to do? To import list? It does not retrieves the list automatically.
Thanks in advance,
Caesar
|
|
|
12-06-2006, 04:57 AM
|
#5
|
Senior Member
FlashFXP Beta Tester
Join Date: Dec 2003
Posts: 421
|
After setting the datapath flashfxp should look in that location first for the settings and such. For the other pc's you must do the same, pointing the datapath to the remote location. It should then load its settings and sitelist from there.
|
|
|
12-06-2006, 08:06 AM
|
#6
|
Super Duper
FlashFXP Beta Tester
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
|
no importing.
just point flashfxp to that remote location and load it like usual.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
|
|
|
02-14-2008, 10:45 AM
|
#7
|
Junior Member
FlashFXP Registered User
Join Date: Feb 2008
Posts: 3
|
I want to do this, and have put the registry key in, but it's not working. it doesn't load any sites.dat file at all, just creates a new one in the default install location C:\Program Files\FlashFXP
* FlashFXP v[3].[4], build [1145], [X]registered, [ ]unregistered, [ ]pirated
* OS [ ] Vista, [X] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other (explain)
* Running behind hardware router/firewall [X] Yes & Model [Cisco PIX], [ ] No, [ ] Not sure
* Running software firewall [ ] Yes, Name [ ], Ver. [ ], or [X] No
* Running Antivirus [X] Yes, Name [Symantec] or [ ] No
* Network [X] DSL, [ ] CABLE, [ ] Dail-Up, [ ] Other
Please help!
|
|
|
02-14-2008, 11:12 AM
|
#8
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I exported my registry key using regedit to show you how it should look
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\FlashFXP\3]
"DATAPATH"="Z:\AppData\FlashFXP\"
|
|
|
02-15-2008, 09:17 AM
|
#9
|
Junior Member
FlashFXP Registered User
Join Date: Feb 2008
Posts: 3
|
Yes that's what I have too. Could this because of the version I have? Or the fact that I choose the option to have a single data/settings location not one per user during the install?
|
|
|
02-15-2008, 05:32 PM
|
#10
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
Yeah that could be possible, those installer settings can use the same registry key depending on which options you selected, during install would be the best time to select a custom data folder and point it to wherever you wanted.
|
|
|
02-15-2008, 06:05 PM
|
#11
|
Senior Member
FlashFXP Beta Tester ioFTPD Foundation User
Join Date: Jan 2004
Posts: 301
|
have you added people so that they are allowed to read the shared folder where the sites.dat file is ?
|
|
|
02-20-2008, 09:11 AM
|
#12
|
Junior Member
FlashFXP Registered User
Join Date: Feb 2008
Posts: 3
|
Quote:
Originally Posted by bigstar
Yeah that could be possible, those installer settings can use the same registry key depending on which options you selected, during install would be the best time to select a custom data folder and point it to wherever you wanted.
|
The problem is that I have rolled this software out to over 50 user PCs (we purchased bulk licenses). I don't really want to have to install it again, it would mean a change to the package and uninstalling it first, then re-installing, which would take a long time. If I could simply roll out some registry changes, that would be the easiest and best solution. Could you look into this for me please?
If you want me to raise an official support request using your email form let me know.
Quote:
Originally Posted by Carpo
have you added people so that they are allowed to read the shared folder where the sites.dat file is ?
|
I'm a domain administrator and have been trying this but I can't even get it to work, so it's not an issue with rights/permissions.
Thanks
|
|
|
02-20-2008, 10:55 AM
|
#13
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
For future reference, I would recommend using the online contact form for priority support. The forums are a bit laid back and mostly community supported.
After researching this problem it looks like the variable name "DataPath" was incorrect, I was under the impression that "DataPath" is the key we used in v3.4 based on the help file however our helpfile is incorrect.
The correct variable is "DataFolder"
In addition you should make this change inside of HKEY_LOCAL_MACHINE and not HKEY_CURRENT_USER
So it would look like this
[HKEY_LOCAL_MACHINE\Software\FlashFXP\3]
"DataFolder"="Z:\AppData\FlashFXP\"
During the FlashFXP installation if you selected the Per-user application data setting option it will override the "datafolder" key, the registry key for this is "AppData" in the same location as "DataFolder"
You need to change the value from 1 to 0 or you can even remove the key.
Below is an example of disabling per user data settings
[HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3]
"AppData"=dword:00000000
I tested all of this with v3.4 so it should work for you.
|
|
|
02-23-2008, 08:14 PM
|
#14
|
Junior Member
FlashFXP Registered User
Join Date: Nov 2002
Posts: 5
|
this doesnt seem to work in vista ( ultimate 64bit ) , infact i can find sign of either of the above reg keys anywhere on vista
have tried 3.4 final and the 3.6 RC3 beta
do you know if there a way of getting this to work on vista?
* FlashFXP v[3].[4], build [1145], [X]registered, [ ]unregistered, [ ]pirated
* OS [ ] Vista, [X] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other (explain)
* Running behind hardware router/firewall [ ] Yes & Model [X netgear dg834], [ ] No, [ ] Not sure
* Running software firewall [ ] Yes, Name [ ], Ver. [ ], or [X] No
* Running Antivirus [ ] Yes, Name [ ] or [X] No
* Network [X] DSL, [ ] CABLE, [ ] Dail-Up, [ ] Other
Last edited by rupert; 02-23-2008 at 08:21 PM.
|
|
|
02-23-2008, 10:13 PM
|
#15
|
Junior Member
FlashFXP Registered User
Join Date: Nov 2002
Posts: 5
|
ah nm i found it, it goes in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\FlashFXP\3
|
|
|
Thread Tools |
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:57 AM.
|