Hello,
I'm working on an updated and bugfixed version of FTPMount. I would like to know, if some of you use it, if you know of any outstanding bug.
I can also take some feature requests but depending on the difficulty I might not implement it in this forthcoming 1.6 version.
Currently the 1.6 version will feature :
? Huge code cleaning (FTPMount is now compiled with -Werror -Wall -Wextra).
? When authentication informations were absent or incomplete in the host icon, FTPMount was requesting them again after a closed connection, now this is cached and won't be asked anymore when accepted by the server.
? Readded support for dos packet ACTION_EXAMINE_FH.
? Added support for dos packet ACTION_EXAMINE_ALL.
? Added support for OS4's 64 bits dos packets and other OS4's new packets.
? When a plain text password Tooltype is found, it's now automatically crypted and saved back to the site's icon for security reason.
? Added support for hidden directory and hidden files (Chris Young).
? Reworked handling of peer disconnection in some circonstances (Elwood)
? Added support for listing opened hosts in FTP: volume rather than only the predefined one with an associated drawer in the Hosts drawer
? Added default preference (port, quick/slow, messages, timeout, case sensitivity, status window, comment generation, cx_popkey).
And I already have on my todo list (not all for the version 1.6 though) :
? possibility to set permission bits and default permission bits (support for DOS packet ACTION_SET_PROTECT).
? rework the directory information storage (maybe by using some hashing mecanism) to speed up directory searching.
? add possibility to open multiple files at the same time on the same server, with option to limit the number of concurrent connections (pvanni)
? open requesters on the default public screen (Severin) ->
already in version 1.5 ? support for dynamic FTP site addition rather than only static sites defined in Hosts dir (origin) ->
already in version 1.5 ? support for SFTP (cyborg)
? support for SCP (cyborg)
? support CD to hidden directory (Chris Young) ->
Added ? rework bad handling of peer disconnection in some circonstances (Elwood) ->
Added ? support for listing opened hosts in FTP: volume rather than only the predefined one with an associated drawer in the Hosts drawer ->
Added ? global defaults (PORT, QUICK/SLOW, MESSAGES, TIMEOUT, IGNOREHOSTS, TIMEOUT_NOCONNECTION, CX_POPKEY). ->
Added ? write a preference program to set the (newly added) preferences
? potential lockup in AddDosEntry, use NonBlockingAddDosEntry (centaurz)
Edited by abalaban on 2008/3/7 15:12:39
Edited by abalaban on 2008/3/7 15:14:25
Edited by abalaban on 2008/3/7 15:30:50
Edited by abalaban on 2008/3/10 12:06:04
Edited by abalaban on 2008/3/11 11:59:11
Edited by abalaban on 2008/3/12 11:23:40
Edited by abalaban on 2008/4/2 11:06:08
Edited by abalaban on 2008/4/2 11:10:10
Edited by abalaban on 2008/4/3 9:18:39
Edited by abalaban on 2008/4/4 17:10:46
Edited by abalaban on 2008/4/28 9:32:09