Part of lp.codehosting.sftp View In Hierarchy
ISFTPFile that backs onto a Bazaar transport.
The transport must be a Twisted Transport.
| Method | __init__ | Undocumented |
| Method | writeChunk | See ISFTPFile. |
| Method | readChunk | See ISFTPFile. |
| Method | setAttrs | See ISFTPFile. |
| Method | getAttrs | See ISFTPFile. |
| Method | close | See ISFTPFile. |
| Method | _shouldAppend | Is this file opened append? |
| Method | _shouldCreate | Should we create a file? |
| Method | _shouldTruncate | Should we truncate the file? |
| Method | _shouldWrite | Is this file opened writable? |
| Method | _truncateFile | Truncate this file. |