abstract protected function FileTransfer::connect

Connects to the server.

1 call to FileTransfer::connect()
FileTransfer::__get in drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Implements the magic __get() method.
4 methods override FileTransfer::connect()
FTPExtension::connect in drupal/core/lib/Drupal/Core/FileTransfer/FTPExtension.php
Implements Drupal\Core\FileTransfer\FileTransfer::connect().
Local::connect in drupal/core/lib/Drupal/Core/FileTransfer/Local.php
Implements Drupal\Core\FileTransfer\FileTransfer::connect().
SSH::connect in drupal/core/lib/Drupal/Core/FileTransfer/SSH.php
Implements Drupal\Core\FileTransfer\FileTransfer::connect().
TestFileTransfer::connect in drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php
Connects to the server.

File

drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 116
Definition of Drupal\Core\FileTransfer\FileTransfer.

Class

FileTransfer
Defines the base FileTransfer class.

Namespace

Drupal\Core\FileTransfer

Code

protected abstract function connect();