namespace Drupal\Core\FileTransfer

Classsort ascending Location Description
SSH drupal/core/lib/Drupal/Core/FileTransfer/SSH.php The SSH connection class for the update module.
Local drupal/core/lib/Drupal/Core/FileTransfer/Local.php Defines the local connection class for copying files as the httpd user.
FTPExtension drupal/core/lib/Drupal/Core/FileTransfer/FTPExtension.php Defines a file transfer class using the PHP FTP extension.
FTP drupal/core/lib/Drupal/Core/FileTransfer/FTP.php Defines the base class for FTP implementations.
FileTransferException drupal/core/lib/Drupal/Core/FileTransfer/FileTransferException.php FileTransferException class.
FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php Defines the base FileTransfer class.
ChmodInterface drupal/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files.