FlashFXP does not pass the secret five

  

First, let the different versions of FlashFXP site password clear text display

By default FlashFXP site manager password is displayed in asterisk cipher text, but for non-public computer users Said, this is extremely inconvenient for us to check. To make the FTP account password display in clear text, different versions of FlashFXP operate differently:

Old version of FlashFXP (pre-2.0.x): First select "Site→Security Level→Set Password Menu in FlashFXP "Set a password for FlashFXP, then run "Site→Site Manager" (or directly press the F4 hotkey) to open the Site Manager, locate the FTP site where you want to view the password in the site list, and check "Password" The "Revelation" button at the back of the box can be.
New version of FlashFXP (3.0 and later): Select "Options→Parameter Selection" in FlashFXP (or directly press F6 hotkey) to open the "Configure FlashFXP" window, switch to On the "Options" page, check the "Show password when selecting password field" item, as shown in Figure 2. Next, press F4 to open the Site Manager. Also locate the FTP site where you want to view the password in the site list, and place the cursor in the “Password” box. The password originally displayed in asterisk is displayed in clear text.
Second, to avoid FlashFXP re-registration request

FlashFXP is a shareware, it is very frequent upgrades, often need to re-request the registration code when the new version is released to normal registration, how to avoid What happened to this problem?

Modify the FlashFXP proxy settings. In the FlashFXP, select "Help → Check New Version", click the "Options" button in the "LiveUpdate" window that opens, check "Connect via an HTTP proxy", and fill in an address in the "Address" column to confirm Yes, the purpose is to cause FlashFXP to fail to detect the new version due to the unavailability of the proxy.

Edit Tip: You can use your registration ID to http //forum. Flashfxp. Com/site to download and use the latest FlashFXP test version, if your registration code has expired, your registered email will receive an email containing the new registration code.

Third, let the download queue automatically load

The queue function provided by FlashFXP allows us to "tag" the files to be downloaded in advance, and finally let FlashFXP download in turn, very convenient. However, FlashFXP does not provide us with the auto-loading function of the queue, so every time we have to open FlashFXP, then manually load the queue and transfer it, which wastes a lot of operations. Here are two ways to automate the loading of FlashFXP queues.

Method 1: First add the queue one by one in FlashFXP. Next open the FlashFXP installation directory, find the *.fqf file named with the current date, create a desktop shortcut for it, and then drag the shortcut to the system startup group.

Edit Tip: If you want FlashFXP to automatically load the queue and stay directly on the system tray, first set the "Target" of the shortcut "Properties" to "D \\soft\\flashfxp . Exe "-tray .fqf", then drag it to the system startup group.

Method 2: The disadvantage of this method is that each time you add the queue, you must manually add it to the startup group. Here is a better way, but the setup is a bit more complicated, open Notepad. Edit the following and save it as a *.bat file:

D: (This "D:" means the disk where FlashFXP is located)

CD D:\\flashfxp (The path is modified according to the specific situation)

For /F %%f in (files.log) do (del %%f)

dir *.fqf /b >files.log

For /F %%f in (files.log) do (start flashfxp.exe %%f)

Add the batch file to the system startup group after saving.
Fourth, let IE and FlashFXP work closely together

We click on an FTP site in IE, the default use of the file directory method to open the FTP, if you want to open the site directly with FlashFXP, how to What about the operation? In fact, it is very simple, we only need to enter the "regsvr32 d:\\soft\\flashfxp\\IEFlash.dll" command in "Start → Run".

Editing Tips: IEFlash. The dll file will only appear after the latest FlashFXP 3.0 installation.

V. Make the intranet users connect to the site more smoothly

If you are an intranet user, when you use FlashFXP to connect to some FTP sites, you may often be stuck in the "List directory" step. Live, causing the connection to fail. We can do the following: press F4 to open the "Site Manager", select the FTP site that failed to connect in the list of sites, switch to the "Options" tab, and check "Site uses IP Masq/NAT/Non-Routable IP". If you still can't connect, try to check "Use passive mode". In this way, there is generally no failure to connect to the FTP site due to intranet reasons.

Copyright © Windows knowledge All Rights Reserved