Home | Trees | Indices | Help |
---|
|
object --+ | FTPListData
|
|||
|
|||
Inherited from |
|
|||
str |
id A unique identifier for the file. |
||
ID_TYPE |
id_type How to interpret the identifier. |
||
long |
mtime The file's modification time, as a value that can be passed to time.localtime(). |
||
MTIME_TYPE |
mtime_type How to interpret the modification time. |
||
str |
name The name of the file, if parsable |
||
long |
size The file's size, in bytes |
||
bool |
try_cwd True if the entry might be a directory (i.e., the caller might want to try an FTP CWD command), False if it cannot possibly be a directory. |
||
bool |
try_retr True if the entry might be a retrievable file (i.e., the caller might want to try an FTP RETR command), False if it cannot possibly be a file. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
idA unique identifier for the file. The unique identifier is unique on the server. On a Unix system, this identifier might be the device number and the file's inode; on other system's, it might be something else. It's also possible for this field to be None.
|
mtime_typeHow to interpret the modification time. See MTIME_TYPE.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 14 15:21:06 2016 | http://epydoc.sourceforge.net |