nsIFTPChannel

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.

Please add a summary to this article.
Last changed in Gecko 1.9 (Firefox 3)

Inherits from: nsISupports

Attributes

Attribute Type Description
lastModifiedTime PRTime The time at which the FTP channel was last updated.

See also