Part of twisted.vfs.adapters.ftp View Source View In Hierarchy
Implements interfaces: twisted.protocols.ftp.IFTPShell
ftpIFTPShell interface.
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 44 | Method | __init__ | |
| 60 | Method | makeDirectory | Create a directory named path.
|
| 78 | Method | removeDirectory | Remove the given directory. |
| 96 | Method | removeFile | Remove the file at path.
|
| 114 | Method | list | List all files and directories in path.
|
| 166 | Method | access | Check if path is accessible.
|
| 183 | Method | openForReading | Open file at path for reading.
|
| 200 | Method | openForWriting | Open file at path for writing.
|
| 222 | Method | stat | Stat path for metadatas keys.
|
| 240 | Method | rename | Rename fromPath to toPath.
|
| 52 | Static Method | _makePath | Make a path from its segments. |
| 144 | Method | _attrify | Undocumented |
| Parameters | filesystem | the root of the FTP server.
(type: ivfs.IFileSystemContainer.
) |
path.
| Parameters | keys | the name of the metadatas to return.
(type: tuple of str.
) |