SCP command support required to copy file from remote server or IoT device through web ssh
jitu5001 opened this issue · 2 comments
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
@billchurch Need this feature urgently, any possibility?
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.