示例#1
0
 /**
  * Returns the current directory
  * @return string Current directory path
  */
 public function getCurrentDir()
 {
     return $this->objSftp->pwd();
 }