This document discusses transferring deep convolutional neural networks (CNNs) for scene classification of high-resolution remote sensing imagery. Specifically, it investigates how to effectively use features extracted from pre-trained CNN models, without additional training, for remote sensing scene classification. It proposes two scenarios for extracting image features from CNNs: 1) using activations from fully-connected layers as global features, and 2) extracting dense features from convolutional layers at multiple scales and encoding them into global representations. Experiments on two public datasets demonstrate state-of-the-art performance using features from pre-trained CNNs.