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
It should be supported. Have you tried assigning the output of the run command to a variable (e.g. $output = SSH::into('my_sftp')->run('ls');)? I see that the underlying library doesn't call the callback in some cases.
I can retrieve files from my sftp via. This works:
$contents = SSH::into('my_sftp')->getString('filename.csv');
However, I can't get the run method to work:
Furthermore, status is always === false, in both cases above.
$status = SSH::into('banz_sftp')->status();
Thanks for any pointer or help!
Stefan
The text was updated successfully, but these errors were encountered: