spider-gazelle / ssh2.cr

libssh2 binding for Crystal language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sftp.stat(file).mtime is broken/outdated

4ndyfix opened this issue · comments

Hi,
it throws an exception:
lib/ssh2/src/sftp/attributes:63:10
63 | Time.epoch(@stat.mtime.to_i32)
Error: undefined method 'epoch' for Time.class

fixed in 7f78b60
cut a new release with that fix too