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
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
The text was updated successfully, but these errors were encountered:
jitu5001
changed the title
SCP command support to copy file from remote server through web ssh
SCP command support to copy file from remote server or IoT device through web ssh
Jan 15, 2023
jitu5001
changed the title
SCP command support to copy file from remote server or IoT device through web ssh
SCP command support required to copy file from remote server or IoT device through web ssh
Jan 15, 2023
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.
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
The text was updated successfully, but these errors were encountered: