billchurch / webssh2

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
MIT License
2.26k stars 527 forks source link

SCP command support required to copy file from remote server or IoT device through web ssh #322

Open jitu5001 opened 1 year ago

jitu5001 commented 1 year ago

Is your feature request related to a problem? Please describe. WebSSH2 mostly support all features of SSH desktop client version except SCP command

Describe the solution you'd like Need an option to upload file from local system and copy using SCP command to remote IoT device through webssh Similarly download file option required when SCP command used to copy file from remote IoT device to local system through webssh

Describe alternatives you've considered No option available.

Additional context

jitu5001 commented 1 year ago

@billchurch Need this feature urgently, any possibility?

billchurch commented 10 months ago

It's something I've considered but it would take some effort. Would appreciate any help with the design and implementation. You need a lot of things like handing file uploads, dealing with an additional connection, etc... It's almost a new project.

And would it be SCP or SFTP, they're both different in how they operate.