PDA

View Full Version : Feature Request - Store sites online


flieshunter
07-11-2012, 12:34 AM
I would like above feature to appear sometime in Flashfxp.

Idea: This could be achieved using Dropbox / Google Drive / user-defined FTP server or similar service.

Security: Of course cryptography would come in handy to secure the files. Non-advanced users wouldn't use this service, while advanced people that are using multiple device would be sure that their sites list is up to date. Advanced users also know how to protect their "valuable" files.

Thank you for your consideration.

andreas
07-11-2012, 03:04 AM
Yes, it would be very useful!!
Especially if we could use a private ftp/sftp (especially for us who don't trust online storage media)

rootuid
07-11-2012, 04:22 AM
I was thinking this myself. Flashfxp has always been ahead of the curve however this feature imo is long overdue.

MxxCon
07-11-2012, 08:06 AM
So what stops you from doing that right now?!

rootuid
07-11-2012, 09:00 AM
The ability to define a directory that contains to the sites.dat file.

MxxCon
07-11-2012, 12:46 PM
The ability to define a directory that contains to the sites.dat file.Have you actually looked in the help file?:confused:

andreas
07-11-2012, 01:13 PM
I haven found anything relevant... :confused::confused:

rootuid
07-11-2012, 06:13 PM
MxxCon, Are all your posts equally unhelpful ? I'm asking a question, that's all. Either you want to assist or not.

MxxCon
07-11-2012, 06:49 PM
MxxCon, Are all your posts equally unhelpful ? I'm asking a question, that's all. Either you want to assist or not.
"unhelpful and rude." eh?
I guess you are too smug to realize that my question should've directed you to read the help file.
Let's see what the help file says:
Section "Reference", Topic "Command Line Switches", 2nd command line switch from the top. Switch: -datafolder="<path>"
Description: Lets you select the working directory where your configurations and .dat files are loaded and stored.
Hmmm...Bigstar's hours and days of writing it are going to waste:confused:

Patschi
07-11-2012, 07:56 PM
This feature would be awesome :D

andreas
07-12-2012, 02:07 AM
Switch: -datafolder="<path>"

Can we set something like ftp://myftp.mydomain.com/ftp using a username / password?

rootuid
07-12-2012, 03:13 AM
"unhelpful and rude." eh?
I guess you are too smug to realize that my question should've directed you to read the help file.
Let's see what the help file says:
Section "Reference", Topic "Command Line Switches", 2nd command line switch from the top. Switch: -datafolder="<path>"
Description: Lets you select the working directory where your configurations and .dat files are loaded and stored.
Hmmm...Bigstar's hours and days of writing it are going to waste:confused:

All you needed to do was point me to this information in the first place. Obviously I didn't know it was there and didn't find it.

So finally, thank you for your assistance.

bigstar
07-12-2012, 08:21 AM
There are several ways to set a custom application data folder.

1. The preferred way is during installation.

During the installation of FlashFXP, on the "Setup Type" page uncheck "Individual Settings and Site Profiles" and select "custom" setup type, click the Next button, Select the desired components, click the Next button, Set the program installation location, click Next the button, Now you can set a custom program data folder location, you'll want to set this to the folder you are syncing via DropBox, Click the next button, Review your settings and click the Install button.

2. Via the command line

FlashFXP.exe -datafolder="<path>"
(anytime FlashFXP is run without this command switch the data folder reverts back to the one that was set during the installation.)

3. You can set a custom path for each individual data file via the registry.

Additional information regarding this method can be found in the help found under the section Power-user Settings > Custom data file locations. (online help file (https://oss.azurewebsites.net/webhelp/Index.htm?context=1060))

* These settings are configured via the windows registry and requires administrative permissions.
* These settings do not apply to the USB portable or U3 portable editions of FlashFXP.

On 32-bit versions of Windows the location is:
HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\4

On 64-bit versions of Windows the location is:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\FlashFXP\4

Add a new String value (REG_SZ) with the name as (insert the file-name) and with a value set to the desired location of the data file.

You can use system environment-variable like %ALLUSERSPROFILE% or%APPDATA% in the value. i.e. %ALLUSERSPROFILE%\flashfxp\4\

andreas
07-12-2012, 08:35 AM
Is possible to define an ftp server ?

bigstar
07-12-2012, 08:56 AM
Is possible to define an ftp server ?

No. These locations must be defined as a locally accessible path.

andreas
07-12-2012, 09:25 AM
So what we proposed in the first two posts is not implemented yet and not answered in the help files !

If you like it, it would be great to implement it:
Storing files locally and having a button for online synchronization (to an ftp or cloud service).
Automatically synchronizing on statup, etc....

rootuid
07-12-2012, 09:51 AM
Andreas,
Could you use a 3rd party piece of software to map a ftp server to a local drive and then point to this?

bigstar
07-12-2012, 01:43 PM
So what we proposed in the first two posts is not implemented yet and not answered in the help files !

If you like it, it would be great to implement it:
Storing files locally and having a button for online synchronization (to an ftp or cloud service).
Automatically synchronizing on statup, etc....

When requesting a feature please use our feature tracker (https://oss.azurewebsites.net/forum/tracker.php?do=list&bugtracker_projectid=4), otherwise we wont be able to find and review your suggestion later down the road when looking for new ideas to implement into FlashFXP.

bigstar
07-12-2012, 01:49 PM
Andreas,
Could you use a 3rd party piece of software to map a ftp server to a local drive and then point to this?

I would strongly discourage attempting to store the data files remotely and then attempting to access them directly from within FlashFXP, unless the server was located on a LAN and mapped via a network share.

Storing the data files on a drive mapped to a ftp/sftp server could cause all types of unexpected problems. We've never tested this and currently we can't recommend it.

andreas
07-12-2012, 04:10 PM
So you can save them locally and then have a button for remote synchronization (like xmarks)?

andreas
07-12-2012, 04:21 PM
When requesting a feature please use our feature tracker (https://oss.azurewebsites.net/forum/tracker.php?do=list&bugtracker_projectid=4), otherwise we wont be able to find and review your suggestion later down the road when looking for new ideas to implement into FlashFXP.

Here is it:
https://oss.azurewebsites.net/forum/tracker.php?do=view&bugtracker_bugid=743

:eek::eek:

peterr77
07-24-2012, 11:06 PM
The ability to define a directory that contains to the sites.dat file