FileTransfer::setChroot

FileTransfer::setChroot()

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

File

core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 376

Class

FileTransfer
Defines the base FileTransfer class.

Namespace

Drupal\Core\FileTransfer

Code

function setChroot() {
  $this->chroot = $this->findChroot();
  $this->jail = $this->fixRemotePath($this->jail);
}
doc_Drupal
2016-10-29 09:14:01
Comments
Leave a Comment

Please login to continue.