xterm.dart icon indicating copy to clipboard operation
xterm.dart copied to clipboard

upload/download/move files via SFTP with dartssh

Open insinfo opened this issue 2 years ago • 1 comments

I know that this is not the ideal place to ask this question, but in the repository of the lib "dartssh" there is no way to create issues, so is it possible to upload/download/move files via SFTP with your dartssh lib?

https://github.com/TerminalStudio/dartssh

insinfo avatar Aug 21 '21 02:08 insinfo

The dartssh library seems stop maintained and only implement limited functional. The SFTP support is no implemented. You can consider use another way to add sftp support.

  1. Use Openssh executable and FFI to obtain SFTP support
  2. Use bridge to wrap SSH library of different platfrom such as: https://pub.dev/packages/ssh2

Hoplly helpful: )

linhanyu avatar Sep 22 '21 06:09 linhanyu