com.mindbright.sshcommon
Interface SSHChdirEventHandler

All Known Implementing Classes:
ModuleSCP, ModuleSFTP

public interface SSHChdirEventHandler


Method Summary
 void chdir(java.lang.String newdir)
          Called when the active directory is changed.
 

Method Detail

chdir

public void chdir(java.lang.String newdir)
Called when the active directory is changed.

Parameters:
newdir - new active directory