|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for League\Flysystem\Adapter\SynologyFtp:
Collaboration diagram for League\Flysystem\Adapter\SynologyFtp:Additional Inherited Members | |||||||
Public Member Functions inherited from League\Flysystem\Adapter\Ftpd | |||||||
| getMetadata ($path) | |||||||
Get all the meta data of a file or directory.
| |||||||
Public Member Functions inherited from League\Flysystem\Adapter\Ftp | |||||||
| setTransferMode ($mode) | |||||||
| Set the transfer mode. More... | |||||||
| setSsl ($ssl) | |||||||
| Set if Ssl is enabled. More... | |||||||
| setPassive ($passive=true) | |||||||
| Set if passive mode should be used. More... | |||||||
| setIgnorePassiveAddress ($ignorePassiveAddress) | |||||||
| setRecurseManually ($recurseManually) | |||||||
| setUtf8 ($utf8) | |||||||
| connect () | |||||||
| Connect to the FTP server. More... | |||||||
| disconnect () | |||||||
| Disconnect from the FTP server. More... | |||||||
| write ($path, $contents, Config $config) | |||||||
Write a new file.
| |||||||
| writeStream ($path, $resource, Config $config) | |||||||
Write a new file using a stream.
| |||||||
| update ($path, $contents, Config $config) | |||||||
Update a file.
| |||||||
| updateStream ($path, $resource, Config $config) | |||||||
Update a file using a stream.
| |||||||
| rename ($path, $newpath) | |||||||
Rename a file.
| |||||||
| delete ($path) | |||||||
Delete a file.
| |||||||
| deleteDir ($dirname) | |||||||
Delete a directory.
| |||||||
| createDir ($dirname, Config $config) | |||||||
Create a directory.
| |||||||
| getMetadata ($path) | |||||||
Get all the meta data of a file or directory.
| |||||||
| getMimetype ($path) | |||||||
Get the mimetype of a file.
| |||||||
| getTimestamp ($path) | |||||||
Get the timestamp of a file.
| |||||||
| read ($path) | |||||||
Read a file.
| |||||||
| readStream ($path) | |||||||
Read a file as a stream.
| |||||||
| setVisibility ($path, $visibility) | |||||||
Set the visibility for a file.
| |||||||
| isConnected () | |||||||
| Check if the connection is open. More... | |||||||
Public Member Functions inherited from League\Flysystem\Adapter\AbstractFtpAdapter | |||||||
| __construct (array $config) | |||||||
| Constructor. More... | |||||||
| setConfig (array $config) | |||||||
| Set the config. More... | |||||||
| getHost () | |||||||
| Returns the host. More... | |||||||
| setHost ($host) | |||||||
| Set the host. More... | |||||||
| setPermPublic ($permPublic) | |||||||
| Set the public permission value. More... | |||||||
| setPermPrivate ($permPrivate) | |||||||
| Set the private permission value. More... | |||||||
| getPort () | |||||||
| Returns the ftp port. More... | |||||||
| getRoot () | |||||||
| Returns the root folder to work from. More... | |||||||
| setPort ($port) | |||||||
| Set the ftp port. More... | |||||||
| setRoot ($root) | |||||||
| Set the root folder to work from. More... | |||||||
| getUsername () | |||||||
| Returns the ftp username. More... | |||||||
| setUsername ($username) | |||||||
| Set ftp username. More... | |||||||
| getPassword () | |||||||
| Returns the password. More... | |||||||
| setPassword ($password) | |||||||
| Set the ftp password. More... | |||||||
| getTimeout () | |||||||
| Returns the amount of seconds before the connection will timeout. More... | |||||||
| setTimeout ($timeout) | |||||||
| Set the amount of seconds before the connection should timeout. More... | |||||||
| getSystemType () | |||||||
| Return the FTP system type. More... | |||||||
| setSystemType ($systemType) | |||||||
| Set the FTP system type (windows or unix). More... | |||||||
| listContents ($directory='', $recursive=false) | |||||||
List contents of a directory.
| |||||||
| removeDotDirectories (array $list) | |||||||
| Filter out dot-directories. More... | |||||||
| has ($path) | |||||||
Check whether a file exists.
| |||||||
| getSize ($path) | |||||||
Get the size of a file.
| |||||||
| getVisibility ($path) | |||||||
Get the visibility of a file.
| |||||||
| ensureDirectory ($dirname) | |||||||
| Ensure a directory exists. More... | |||||||
| getConnection () | |||||||
| getPermPublic () | |||||||
| Get the public permission value. More... | |||||||
| getPermPrivate () | |||||||
| Get the private permission value. More... | |||||||
| __destruct () | |||||||
| Disconnect on destruction. More... | |||||||
| connect () | |||||||
| Establish a connection. More... | |||||||
| disconnect () | |||||||
| Close the connection. More... | |||||||
| isConnected () | |||||||
| Check if a connection is active. More... | |||||||
Public Member Functions inherited from League\Flysystem\Adapter\AbstractAdapter | |||||||
| setPathPrefix ($prefix) | |||||||
| Set the path prefix. More... | |||||||
| getPathPrefix () | |||||||
| Get the path prefix. More... | |||||||
| applyPathPrefix ($path) | |||||||
| Prefix a path. More... | |||||||
| removePathPrefix ($path) | |||||||
| Remove a path prefix. More... | |||||||
Public Member Functions inherited from League\Flysystem\AdapterInterface | |||||||
| write ($path, $contents, Config $config) | |||||||
| Write a new file. More... | |||||||
| writeStream ($path, $resource, Config $config) | |||||||
| Write a new file using a stream. More... | |||||||
| update ($path, $contents, Config $config) | |||||||
| Update a file. More... | |||||||
| updateStream ($path, $resource, Config $config) | |||||||
| Update a file using a stream. More... | |||||||
| rename ($path, $newpath) | |||||||
| Rename a file. More... | |||||||
| copy ($path, $newpath) | |||||||
| Copy a file. More... | |||||||
| delete ($path) | |||||||
| Delete a file. More... | |||||||
| deleteDir ($dirname) | |||||||
| Delete a directory. More... | |||||||
| createDir ($dirname, Config $config) | |||||||
| Create a directory. More... | |||||||
| setVisibility ($path, $visibility) | |||||||
| Set the visibility for a file. More... | |||||||
| has ($path) | |||||||
| Check whether a file exists. More... | |||||||
| read ($path) | |||||||
| Read a file. More... | |||||||
| readStream ($path) | |||||||
| Read a file as a stream. More... | |||||||
| listContents ($directory='', $recursive=false) | |||||||
| List contents of a directory. More... | |||||||
| getMetadata ($path) | |||||||
| Get all the meta data of a file or directory. More... | |||||||
| getSize ($path) | |||||||
| Get the size of a file. More... | |||||||
| getMimetype ($path) | |||||||
| Get the mimetype of a file. More... | |||||||
| getTimestamp ($path) | |||||||
| Get the timestamp of a file. More... | |||||||
| getVisibility ($path) | |||||||
| Get the visibility of a file. More... | |||||||
Data Fields inherited from League\Flysystem\AdapterInterface | |||||||
| const | VISIBILITY_PUBLIC = 'public' | ||||||
| @const VISIBILITY_PUBLIC public visibility More... | |||||||
| const | VISIBILITY_PRIVATE = 'private' | ||||||
| @const VISIBILITY_PRIVATE private visibility More... | |||||||
Protected Member Functions inherited from League\Flysystem\Adapter\Ftpd | |||||||
| listDirectoryContents ($directory, $recursive=true) | |||||||
| |||||||
Protected Member Functions inherited from League\Flysystem\Adapter\Ftp | |||||||
| setUtf8Mode () | |||||||
| Set the connection to UTF-8 mode. More... | |||||||
| setConnectionPassiveMode () | |||||||
| Set the connections to passive mode. More... | |||||||
| setConnectionRoot () | |||||||
| Set the connection root. More... | |||||||
| login () | |||||||
| Login. More... | |||||||
| createActualDirectory ($directory, $connection) | |||||||
| Create a directory. More... | |||||||
| listDirectoryContents ($directory, $recursive=true) | |||||||
| listDirectoryContentsRecursive ($directory) | |||||||
| isPureFtpdServer () | |||||||
| ftpRawlist ($options, $path) | |||||||
| The ftp_rawlist function with optional escaping. More... | |||||||
Protected Member Functions inherited from League\Flysystem\Adapter\AbstractFtpAdapter | |||||||
| listDirectoryContents ($directory, $recursive=false) | |||||||
| normalizeListing (array $listing, $prefix='') | |||||||
| Normalize a directory listing. More... | |||||||
| sortListing (array $result) | |||||||
| Sort a directory listing. More... | |||||||
| normalizeObject ($item, $base) | |||||||
| Normalize a file entry. More... | |||||||
| normalizeUnixObject ($item, $base) | |||||||
| Normalize a Unix file entry. More... | |||||||
| normalizeWindowsObject ($item, $base) | |||||||
| Normalize a Windows/DOS file entry. More... | |||||||
| detectSystemType ($item) | |||||||
| Get the system type from a listing item. More... | |||||||
| detectType ($permissions) | |||||||
| Get the file type from the permissions. More... | |||||||
| normalizePermissions ($permissions) | |||||||
| Normalize a permissions string. More... | |||||||
Protected Attributes inherited from League\Flysystem\Adapter\Ftp | |||||||
| $transferMode = FTP_BINARY | |||||||
| $ignorePassiveAddress = null | |||||||
| $recurseManually = false | |||||||
| $utf8 = false | |||||||
| $configurable | |||||||
| $isPureFtpd | |||||||
Protected Attributes inherited from League\Flysystem\Adapter\AbstractFtpAdapter | |||||||
| $connection | |||||||
| $host | |||||||
| $port = 21 | |||||||
| $ssl = false | |||||||
| $timeout = 90 | |||||||
| $passive = true | |||||||
| $separator = '/' | |||||||
| $root | |||||||
| $permPublic = 0744 | |||||||
| $permPrivate = 0700 | |||||||
| $configurable = [] | |||||||
| $systemType | |||||||
| $alternativeRecursion = false | |||||||
| $safeStorage | |||||||
Protected Attributes inherited from League\Flysystem\Adapter\AbstractAdapter | |||||||
| $pathPrefix | |||||||
| $pathSeparator = '/' | |||||||
Definition at line 5 of file SynologyFtp.php.