Integral FTP

Class FTPFile

Object
   |
   +--FTPFile

class FTPFile


FTPFile contains the information describing the attributes of a particular file, namely its path, name, size, last-modified date, whether or not it's a directory and whether or not it's likely to be a text-file.
Defined in ftpclient.js


Field Summary
 boolean isDirectory
          True if the object represents a directory.
 boolean isTextFile
          True if the file is likely to be a text-file.
 Date modifiedDate
          Date when the file was last modified.
 string name
          Name of the file.
 string path
          Full path of the file.
 FTPFileSize size
          Size of the file.
 
Constructor Summary
FTPFile(<string> filePath, <string> fileName, <FTPFileSize> size, <Date> modifiedDate, <boolean> isDirectory, <boolean> isTextFile)
            Constructs an FTPFile object.
 

Field Detail

isDirectory

boolean isDirectory

isTextFile

boolean isTextFile

modifiedDate

Date modifiedDate

name

string name

path

string path

size

FTPFileSize size

Constructor Detail

FTPFile

FTPFile(<string> filePath, <string> fileName, <FTPFileSize> size, <Date> modifiedDate, <boolean> isDirectory, <boolean> isTextFile)

Integral FTP

Documentation generated by JSDoc on Tue Jan 24 10:46:49 2012