Open
Description
Apologies if this is the wrong place to ask this question.
Our lab currently uses SCP with a windows client to transfer csv files to the OT-2 which are then read by protocols. We are wondering if we could instead use SCP with the OT-2 as the client, as described in the following use case.
Use case
Python API protocols on the OT-2 will be able to fetch csv files from server(s) using scp/ssh. These csv files can then read and used by the protocol, and the protocol can delete them from the OT-2 upon completion.
Question
Is there a way that we could set up such a workflow? We've tried to run ssh and scp commands from the OT-2 and run into the following errors:
ssh command error:
-sh: ssh: not found
scp command error:
/usr/bin/dbclient: No such file or directory
lost connection