sshoq 0.5.0 has been added to the CodeIT repository. The packages are built for RHEL, CentOS, AlmaLinux, Rocky Linux and Oracle Linux 8, 9 and 10, and for Ubuntu 22.04 and 24.04.
Major changes:
- OpenSSH-style path quoting and escaping in the SFTP client
- feat: show transfer progress (percentage and speed) for sftp/scp oper…
- feat: cancel sftp/scp transfers with Ctrl+C
- feat: OpenSSH-style cd shortcuts in the SFTP client
- feat: support wildcards for put/get source files in the SFTP client
- perf: pipeline SFTP transfers to remove per-chunk round-trip bottleneck
- fix: include filepath in all sftp client/server error messages
- sftp: follow symlinks on the client by default, add -no-follow-symlinks
- perf: replace JSON sftp protocol with a compact binary format
- Increase transfer window
- sftp: continue get -r past permission-denied files
