Class AutoUpdaterFtpManager
package |
Default |
---|
__construct(\AutoUpdaterSettings $settings, \League\Flysystem\Filesystem $filesystem, \LogControl $logControl)
\AutoUpdaterSettings
\League\Flysystem\Filesystem
\LogControl
copyFile(string $source, string $destination) : boolean
string
string
boolean
createDebugLog(string $message, string|array $additionalData = '')
string
string|array
createDirectory(string $directory) : boolean
string
Path of the new directory.
boolean
deleteDirectory(string $directory) : boolean
string
boolean
deleteFile(string $file) : boolean
string
boolean
setCorrectChmodAndOwner(string $file, null|string $chmod = null, null|string $owner = null) : boolean
string
null|string
null|string
boolean
logControl : \LogControl
var |
---|
\LogControl