Hi @datanoise,
I have a error on
|
stat.st_mtimespec.tv_sec, stat.st_atimespec.tv_sec) do |ch| |
The error message is
in lib/ssh2/src/session.cr:307: undefined method 'st_mtimespec' for LibC::Stat
stat.st_mtimespec.tv_sec, stat.st_atimespec.tv_sec) do |ch|
This error appear when using scp_send_file with a absolute path
Regards,
Hi @datanoise,
I have a error on
ssh2.cr/src/session.cr
Line 307 in 778a060
The error message is
This error appear when using
scp_send_filewith a absolute pathRegards,