Closed 4zv4l closed 1 year ago
@4zv4l both ssh.scp.upload!(LOCAL_DIR, REMOTE_DIR, recursive: true, verbose: :debug)
and ssh.scp.upload!(LOCAL_DIR, REMOTE_DIR, { recursive: true, verbose: :debug })
should work, they are the same.
However that means we're passing the -v
option to the scp command invoked on the server, and not sure how openssl server handles the -v
versbose option. Might add some extra log the the server side logs.
I can't get the verbose mode to work. I tried with
but none worked and the documentation doesn't seem to show well how to get the output.