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
I have successfully installed the package and added it in the Laravel providers and generated its config file successfully. The config/remote.php looks like:
I am trying to upload contents from one server to another using LaravelCollective SSH https://laravelcollective.com/docs/5.5/remote
I have successfully installed the package and added it in the Laravel providers and generated its config file successfully. The config/remote.php looks like:
Also I can able to connect to remote server and execute some code to list contents from server using SSH::into('remoteDropbox')->run() method.
But I cannot able to put content to remote server. I tried:
Could anyone tell me why the content is not uploading to remote server. My Laravel version is 5.5 and Laravelcollective/remote is 5.5
The text was updated successfully, but these errors were encountered: