Herzult / php-ssh

An experimental object oriented SSH api in PHP
MIT License
359 stars 82 forks source link

Exec: Store current working directory #69

Open jnvsor opened 6 years ago

jnvsor commented 6 years ago

This should allow Exec to store the current working directory after running a command, and restore it before running the new one.

jnvsor commented 6 years ago

I've updated it to pass tests, and added a test for the new functionality