Package twisted :: Package test :: Module test_ftp
[frames | no frames]

Module twisted.test.test_ftp

FTP tests.

Maintainer: slyphon (Jonathan D. Simms)
Classes
BogusAvatar  
ChildProcessProtocol  
ConnectedFTPServer  
CustomFileWrapper  
CustomLogObserver  
Dummy  
FTPClientTests  
FTPFileListingTests  
FTPTestCase  
IOPump  
NonClosingStringIO  
ServerFactoryForTest  
StringIOWithoutClosing  
TestAnonymousAvatar  
TestDTPTesting  
TestFTPFactory  
TestFTPServer  
TestUtilityFunctions  

Function Summary
  getPortal(...)

Variable Summary
dict bogusDirs = {'name': '/home/foo', 'subdirs': [{'name': '...
list bogusfiles = [{'date': '20030102125902', 'type': 'f', 'n...

Variable Details

bogusDirs

Type:
dict
Value:
{'name': '/home/foo',
 'subdirs': [{'name': '/home/foo/dir1', 'subdirs': []},
             {'name': '/home/foo/dir2', 'subdirs': []}]}               

bogusfiles

Type:
list
Value:
[{'date': '20030102125902',
  'listrep': '-rwxr-xr-x 1 anonymous anonymous 1586 Jan 02 12:59 foo.t\
xt\r\n',
  'name': 'foo.txt',
  'size': 1586,
  'type': 'f'},
 {'date': '2003 11 22 01 55 22',
  'listrep': '-rwxr-xr-x 1 anonymous anonymous 4872 Nov 22 01:55 bar.t\
...                                                                    

Generated by Epydoc 2.0 on Tue Dec 9 17:48:00 2003 http://epydoc.sf.net