function FileTransfer::setChroot

Sets the chroot and changes the jail to match the correct path scheme

2 calls to FileTransfer::setChroot()
FileTransfer::__get in drupal-7.x/includes/filetransfer/filetransfer.inc
Implementation of the magic __get() method.
FileTransfer::__get in drupal-7.x/includes/filetransfer/filetransfer.inc
Implementation of the magic __get() method.

Archivo

drupal-7.x/includes/filetransfer/filetransfer.inc, line 318

Class

FileTransfer

Código

function setChroot() {
  $this->chroot = $this->findChroot();
  $this->jail = $this->fixRemotePath($this->jail);
}