Loading includes/filetransfer/filetransfer.inc +2 −0 Original line number Diff line number Diff line Loading @@ -9,11 +9,13 @@ * the password should always be asked from the user and never stored. For * safety, all methods operate only inside a "jail", by default the Drupal root. */ #[AllowDynamicProperties] abstract class FileTransfer { protected $username; protected $password; protected $hostname = 'localhost'; protected $port; protected $jail; /** * The constructor for the UpdateConnection class. This method is also called Loading Loading
includes/filetransfer/filetransfer.inc +2 −0 Original line number Diff line number Diff line Loading @@ -9,11 +9,13 @@ * the password should always be asked from the user and never stored. For * safety, all methods operate only inside a "jail", by default the Drupal root. */ #[AllowDynamicProperties] abstract class FileTransfer { protected $username; protected $password; protected $hostname = 'localhost'; protected $port; protected $jail; /** * The constructor for the UpdateConnection class. This method is also called Loading