when downloading via FTP a file from a local Raspberry Pi, follow error occurs:
B4X:
Download not completed.
Error: org.apache.commons.net.MalformedServerReplyException: Could not parse response code.
Server Reply: SSH-2.0-OpenSSH_6.7p1 Raspbian-5+deb8u1
SSH is active on the Raspberry Pi. Project file attached.
As promised find attached the sample app to read on a PC, remote openHAB log files (openhab.log and events.log).
The log files are stored on a Raspberry Pi in a local network. SSH is used to transfer.
The configuration settings are managed via two modal forms and data is stored in a file as a type by randomaccessfile.
Two iconnized buttons are used to quickly refresh a log file.
The source code is attached. The jKSSH2 library is not included.