8) Changed - FTP Proxy now supports any ftp port and not just 21.
9) Changed - After a Single FXP it doesnt change dirs if its in the same dir it started in.
10) Changed- Quick Connect layout.
11) Added - History of last 15 connects to Quick Connect
12) Added - You can now specify the Remote Path when doing a Quick Connect
13) Fixed - At some point in time it was possible for both sides to be active, VERY BAD
14) Added - Remote Path to Quick Connect.. IP:USER:PASS:PORT:PATH
15) Changed- Sorting, if you change the sort order by clicking the column header it stays when changing dirs.
16) Fixed - FlashFXP now supports WU FTP daemons in a around about way.. THANKS C-Pimp for providing me with a test site!!!!
17) Added - Support for NT's special LIST formating
FlashFXP 1.0.54
---------------
1) Fixed - Renaming sites now updates your stats too.
2) Fixed - Command Line wasnt working correctly,
3) Fixed - another bug in the list handling.
4) Modifed - List Parsing to work with <space> dirs, must change custom list to include p.
Example: List -alp
5) Changed - Rewrote parts of the Filter Dupes code, seems to be slightly faster?
6) Changed - Ident Server can be left on. rather then only when connection.
7) Changed - Changed Look of List Method in Options > Perferences > Advanced,
because of this change your current value was reset to the default.
So go back and select the method you would prefer.
8) Fixed - You can now download locally without having to be connected to both sites.
9) Added - Transfer Done Stat to local download.
10) Fixed - Very rarely you would disconnect from a site and the connect button would be disabled.
11) Fixed - Aborting local downloads now works. (on most sites)
12) Changed- Custom Commands now allows for multiple actions per command.
Example: SITE WHO
SITE KILL %d[PID]
13) Added - %[number] parm to Custom commands, %1 would return the value of the first %d, %2 the second.
Example: SITE ADDUSER %d[user to add]
SITE CHPASS %1 %d[password]
SITE ADDIP %1 %d[IPs]
14) Fixed - Dir Tree bug whereas with the dir /.37/cheats/dlh/cheats/ the second cheats wouldnt be displayed
15) Fixed - Cache bug where *.tmp files werent being deleted
16) Fixed - When the user connects before the pervious connect fails it trys to login again. 530 Already logged in. New useraccount denied.
Because of this it would return an error saying you were already connected and disconnect you from your current connection.
This is now fixed on this error it will no longer disconnect you.
17) Added - Displays k/sec & time remaining on local downloads.
FlashFXP 1.0.53
---------------
1) Fixed - List display updates should work correctly now.
2) Changed - List Handling by adding more disconnected checks
3) Added - In Pasv List Mode the list is added after the List is completed, so now it shows you at what percent its formating the at.
4) Fixed - Local downloads were in ASCII mode. OOOPS!
5) Changed - CWD .. is now CDUP (the RFC standard)
6) Fixed - Premature disconnects now show the reason. Most likely site is full
7) Fixed - FlashFXP would disconnect after LIST. If it persist then its another BUG.
LET ME KNOW!!! Show me the Error message in the Status Window.
8) Added - Site renaming in site manager.
9) Added - Copy Directory to right-click popup. Makes the dir your currently in on the other site.
FlashFXP 1.0.52
---------------
1) Changed - Improved speed of adding items to TreeView
2) Fixed - Rename on the Right ListView. (Oops)
3) Changed - List Handling (might make non-working ftpd work?)
4) Changed - List Parsing to display ' ..' or ' .blah' hidden folders
5) Changed - Modified the default list to also support hidden/full/custom lists
6) Added - Custom List. What this means is you can define your own type of list. e.g. 'LIST -rtaF '
7) Changed - Now that I know more about the ftp ctrl I used, I made lots of changes to my code.
8) Update - These changes now allow of displaying the entire NFO when doing a SITE NFO <filename>
9) Update - You should also now see all of the change dir, List, transfer messages,
10) Fixed - I was asked to ignore permission denied on file delete HOWEVER this caused a problem, cant ignore it...
11) Added - Commandline Connecting..
Example A: FlashFXP.exe 127.0.0.1:user:pass:port
Example B: FlashFXP.exe Site Name
Example C: FlashFXP.exe 127.0.0.1:user:pass:port;127.0.0.1:user:pass:port
Example D: FlashFXP.exe Site Name 1;Site Name 2
12) Changed- Progressbar of the filter dupe process is now displayed on the right statusbar panel.
13) Added - Per Site PASV List Option
FlashFXP 1.0.51
---------------
1) Fixed - Queuing from Dir Tree now works correctly.
2) Fixed - Rename on the Right Dir Tree.
FlashFXP 1.0.50
---------------
1) Changed - Trying another method of sending data to the FTP.
2) Update - Added Skiplist/Favorites Colors to TreeView items
3) Update - Deleted items should now be removed from the TreeView
4) Update - Renamed items should now be updated in the TreeView
5) Update - TreeView done.. any other options I should add to it?
6) Changed - Rewrote the Alternative List Handling. This is the correct way to do it.
7) Added - Support for sites that display the directory listing in ANSi
FlashFXP 1.0.49
---------------
1) Added - Optional Directory Caching (speeds up browsing dirs but without manually refreshing you might miss new files/dirs)
2) Added - Find File, Find Next search.
3) Fixed - Not sure what I did but getting disconnected right after logging in is very rare now.
4) Fixed - Save/Delete buttons enabled when no site was selected caused problems
5) Fixed - Local Queue popup item enabled even when not connected
6) Fixed - Unable to ctrl-t or ctrl-q to transfer after a 2 day dupe.
7) Added - Customizable layout for the tree/list (vertical or horizontal)
8) Added - Customizable layout for the status/queue (vertical or horizontal)
9) Update - OK people the directory tree structure is still not finished...
FlashFXP 1.0.48
---------------
1) Added - On Double Click do, nothing, queue or transfer.
Only applies to files.
2) Added - On Drag Drop do, queue or transfer.
3) Fixed - Uploading folders in the wrong folder.
Caused because FlashFXP could not able to determine the current directory
at the time the items were added to the queue.
4) Fixed - Removing folders. Caused by the same problem as #3.
5) Fixed - The right ListView & Combobox were cut off for some unknown reasons.
6) Added - the user cant not queue the same exact item twice.
7) Changed - Transfer on the right click popup on the file list now transfers
the selected files, before it just transferred the queued items.
8) Changed - Dupe filter now matches Exact or Partial differences.
9) Fixed - Custom Shortcuts on the Command menu. Caused by a bug in delphi.
10) Fixed - Sometimes after aborting a delete the options weren't enabled.
11) Fixed - When pasting text into the site manger the Save button was still disabled.
12) Added - User can now specify how many sites to display per column on the popup site list.
13) Fixed - Tool tip for the application not displaying.
14) Changed- Custom Commands now supports SITE NUKE %d %f %d
15) Added - You can now define your own message for the %d by using %d[your text]
Example site user %d[User Name:]
16) Added - Transfer Stats on Queue Complete
17) Fixed - When connecting to a site from the site manager, if it failed the program would appear to lock up.
18) Added - Cleanup Empty Directories, You create a dir but all the files you were going to upload dupe. FlashFXP sees thats no files were uploaded so it tries to remove the directory.
19) Fixed - You can use [ and ] in the host name. I use an INI File and [ and ] screw things up, so I changed them to chr(254) & chr(255).
20) Added - Auto Sort by option in preference.
21) Added - Sort Ascending or Descending.
22) Added - Optional Displaying of Owner and Group
23) Added - Anti-Idle (NOOP)
24) Added - Progress bar to Dupe Filter.
25) Added - Support for bftpd and ttftpd
26) Added - I wrote my own List route line, supports passive list and displays hidden files.
27) Added - %o (Owner) and %g (Group) to Commands..
28) Added - If FlashFXP is unable to change to the directory its supposed to upload in the file is skipped, no more files landing in the wrong directories.
29) Changed - Skiplist now stored in skiplist.dat rather then in flashfxp.ini
30) Added - Threading. for filter dupes. speeds up duping process.
31) Added - Optional, Display Skiplist items in color text.
32) Added - Favorites, Hi-Lite directories you dont want to miss.
33) Added - Split Command Menu list like the Sites menu.
34) Added - Commands now stored in command.dat so you can share with friends.
35) Added - Submenus to Sites. Eenter the info like. <group> Site
36) Added - Alterative List now supports Full.
37) Added - Default font too small? fine change it..
38) Added - Added File Attrib to the ListView
39) Added - View Raw Directory, Copy Directory to clipboard.
40) Added - Added Chmod to the right-click popup menu.
41) Added - Command Groups and Sub menu to Commands.
42) Added - Site Stats
43) Added - Support for sites that use 227 Entering Passive Mode 127,0,0,1,80,64 rather then the standard 227 Entering Passive Mode (127,0,0,1,80,64)
44) Added - Load/Save Queue
45) Added - View to the Main Menu, Toggle Viewing List Details or Hiding the Status or Queue.
46) Changed - Replaced Status window
47) Added - Debug Mode.. Shows all the FTP Engine status messages.
48) Changed - Improved ttftpd support
49) Changed - Now Allows Local Downloading of dirs
50) Added - Queue Local Downloads before Transfering