-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed some important crashes - increases app stability - Support compiling with OpenSSL 1.1 (FTPS) - restore FSP support - FTP: Removed the 'dont_use_proxy' stuff (broken) - FTP: LIST -a is disabled by default (go to gFTP->Preferences) - FTP: Add option to enable/disable proxy (disabled by default) GTK UI - Tweaks, adjustments - Ctrl+Alt+C: toggle colored text in log window (disabled by default) also see menu `gFTP->Colored messages`... closes #102 (Local Hosts) closes #115 (dark theme is hard to read) closes #117 (crash on connecting after bookmark change) closes #121 (crash when changing remote dirs) ref #120 See the git log for more details
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
113aa8a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After performing tests I see this is truly the first version that may be stable enough. I no longer see the most annoying issues and crashes.
Of course the app is still buggy if you try to do certain things (as described by JakeSFR), but that is beyond the scope ATM. Issues that have always been there, but people have been avoiding them just by sticking to a safe routine, as described in this tutorial that deserves an award and many more views:
https://m.youtube.com/watch?v=Bh2p9G8Ssy8
Even the ugly duckling (aka FSP) has good enough support (if people manage to properly configure the server), albeit a bit hacky, but it works. It just needs some more tweaks to deal with some delays when closing the session after uploading/downloading files.