You are here

namespace Drupal\Core\FileTransfer in Drupal 8

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