trivial-ssh icon indicating copy to clipboard operation
trivial-ssh copied to clipboard

An SSH client library for Common Lisp (Built on libssh2)

Results 12 trivial-ssh issues
Sort by recently updated
recently updated
newest added

Hi, I was looking at how different projects on quicklisp use `uiop:run-program` and came across the snippet ```common-lisp (defun execute-in-directory (cmd) (uiop:run-program (format nil "cd ~S; ~A" (namestring +system-pathname+) cmd)))...

I am using `trivial-ssh` to execute commands and copy files from a virtual machine. However, sometimes after copying a large file I get an exception: Condition LIBSSH2::LIBSSH2-INVALID-ERROR-CODE was signalled. [Condition...