The nsIFTPChannel is an extension of nsISupports
used to determine if a channel is an FTP channel, and offering additional information about the FTP channel.
You can determine if a channel is an FTP channel by checking to see if it implements this interface, by calling nsISupports.queryInterface()
on it.
Inherits from: nsISupports
Attribute | Type | Description |
lastModifiedTime | PRTime | The time at which the FTP channel was last updated. |