Part of twisted.vfs.adapters.ftp View Source View In Hierarchy
Implements interfaces: twisted.protocols.ftp.IFTPShell
ftpIFTPShell interface.| Method | __init__ | |
| Method | makeDirectory | Create a directory named path. |
| Method | removeDirectory | Remove the given directory. |
| Method | removeFile | Remove the file at path. |
| Method | list | List all files and directories in path. |
| Method | access | Check if path is accessible. |
| Method | openForReading | Open file at path for reading. |
| Method | openForWriting | Open file at path for writing. |
| Method | stat | Stat path for metadatas keys. |
| Method | rename | Rename fromPath to toPath. |
| Static Method | _makePath | Make a path from its segments. |
| 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.
) |