- Update OpenSSL (to 3.6.0) and libssh2 (to 1.11.1)
- Add localization feature (now includes English translation)
- Add storing credentials to connect quickly
- Add logger implementation and show logs on the status bar
- Support FTPS (FTP over SSL/TLS)
- EasySFTP uses Explicit mode
- Data transfer is also encrypted (using
PROT Pcommand)
- Data transfer is also encrypted (using
ftpsprotocol (schema) is used
- EasySFTP uses Explicit mode
- Make new connection when establishing data connection for FTP/FTPS
- This enables multiple transaction
- Add 'Synchronize' feature
- This works on both remote and local directories (e.g. local <-> remote, local <-> local)
- Fix some bugs
- Add implementation for use from VBA, PowerShell, and etc.
- EasySFTP.dll now provides type library
- Restore showing icons on transfer dialog
- Fix some bugs, especially for Shell Extension
- Fix for reauthenticating process on SFTP
- Add registration feature for per-user mode (register to HKEY_CURRENT_USER, not HKEY_CLASSES_ROOT)
- Fix for using Windows OpenSSH ssh-agent from Shell Extension
- Fix some bugs for Shell Extension, including fix for unable to launch app when registered
- Fix registry emulation (after fix, this works on Windows 7)
- Add features for directory operations (upload/download directories and 'Upload all' 'Download all')
- Enable 'cut' operation (
Ctrl+X) - Fix to work sorting with File Type properly
- Remove
.directory from the list in FTP mode - Fix keep-alive requests (fix for not working timer)
- Add keep-alive calls for SFTP
- Add implementations for some extra Shell interfaces
- Fix for app crash on referencing child items on EasySFTP root
- Fix for empty string usage
- Fix for specifying item-id-list
- Add link to repository on about box
- Fix for sending large data on SFTP
- Replace SSH implementation with libssh2 (drop SSH1 support)
- Remove dependency for PuTTY (Pageant is still supported)
- Support ssh-agent of Windows OpenSSH (which bundled in Windows 10)
- Fix drag and drop / copy-and-paste operation
- Fix some minor bugs
(This is the first version which is committed and pushed to GitHub)