Skip to content

Commit

Permalink
gFTP 2.8.0b (beta)
Browse files Browse the repository at this point in the history
- 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
wdlkmpx committed Nov 13, 2021
1 parent 048634b commit 113aa8a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
===========
gFTP 2.8.0b
===========

- 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
- GTK UI: Ctrl+Alt+C: toggle colored text in log window (disabled by default)
also see menu `gFTP->Colored messages`...

See the git log for more details


===========
gFTP 2.7.1b
===========
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The gFTP file transfer client. http://www.gftp.org

- FTP / FTPS
- SSH2 (sftp) - requires OpenSSH client: `ssh`
- FSP (UPD File Service Protocol)
- FSP (UDP File Service Protocol)


## How do I install gFTP?
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([gftp],[2.7.1b],[https://www.gftp.org/])
AC_INIT([gftp],[2.8.0b],[https://www.gftp.org/])
AC_CONFIG_AUX_DIR([autoconf])
AC_CONFIG_MACRO_DIR([autoconf-m4])
AM_INIT_AUTOMAKE([-Wall foreign])
Expand Down

1 comment on commit 113aa8a

@wdlkmpx
Copy link
Collaborator Author

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.

Please sign in to comment.