phpseclib/src/11be6be3-ee3e-4771-8663-554...
Robot fcb429d948
update 2024-04-07 13:20:18
2024-04-07 13:20:36 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:36 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Ftp (Details)

namespace: VDM\Joomla\Componentbuilder\Server

@startuml
class Ftp  #Gold {
  # ?FtpClient $client
  # ?object $details
  + iables $signature
  + set(object $details) : Ftp
  + move(string $localPath, string $fileName) : bool
  - connected() : bool
  - getClient() : ?FtpClient
}

note right of Ftp::set
  set the server details

  since: 3.2.0
  return: Ftp
end note

note right of Ftp::move
  move a file to server with the FTP client

  since: 3.2.0
  return: bool
end note

note right of Ftp::connected
  Make sure we are connected

  since: 3.2.0
  return: bool
end note

note right of Ftp::getClient
  get the FtpClient object

  since: 3.2.0
  return: ?FtpClient
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder