namespace Drupal\Core\FileTransfer

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