function FileTransfer::setChroot in Drupal 7
Sets the chroot and changes the jail to match the correct path scheme
1 call to FileTransfer::setChroot()
- FileTransfer::__get in includes/
filetransfer/ filetransfer.inc - Implementation of the magic __get() method.
File
- includes/
filetransfer/ filetransfer.inc, line 318
Class
Code
function setChroot() {
$this->chroot = $this
->findChroot();
$this->jail = $this
->fixRemotePath($this->jail);
}