Integral FTP

Class FTPPromptFileResponse

Object
   |
   +--FTPPromptFileResponse

class FTPPromptFileResponse


Represents a response to an FTPClient@promptFile invocation. The file member contains the path of the file that was selected. The value is null if the user cancelled the dialog.
Defined in ftpclient.js


Field Summary
 string file
          Path of (first) file that was selected.
 Object files
          Paths of files that were selected.
 FTPClient ftpClient
          FTPClient which prompted
 
Constructor Summary
FTPPromptFileResponse(ftpClient, files)
            Constructs an FTPPromptFileResponse.
 

Field Detail

file

string file

files

Object files

ftpClient

FTPClient ftpClient

Constructor Detail

FTPPromptFileResponse

FTPPromptFileResponse(ftpClient, files)

Integral FTP

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