clj-commons/clj-ssh

sftp doesn't handle paths with spaces

dwwoelfel opened this issue · 1 comments

(clj-ssh.ssh/sftp session {} :get "/remote/path" "/local/path/with spaces")

fails with com.jcraft.jsch.SftpException: No such file

Whoops, I had the args reversed. Spaces do work!