You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the ssh2::session::Session::scp_recv api which returns a tuple of the Channel and the ScpFileStat, however the ScpFileStat is pretty much just an opaque blob as it doesn't appear to implement any conversion traits.
Would you approve an MR introducing methods to make the internal data accessible?
The text was updated successfully, but these errors were encountered:
Would maybe make sense to make the FileStat struct more generalized (break it out of the sftp module) and have a conversion from ScpFileStat into FileStat?
I'm currently using the
ssh2::session::Session::scp_recv
api which returns a tuple of theChannel
and theScpFileStat
, however theScpFileStat
is pretty much just an opaque blob as it doesn't appear to implement any conversion traits.Would you approve an MR introducing methods to make the internal data accessible?
The text was updated successfully, but these errors were encountered: