使用HttpClient实现文件上传和下载

  HttpClient

  HttpClient实现HTTP文件通用下载类

  HttpClient学习整理

  HttpClient根据url进行网页下载

  JAVA中使用HTTPclient访问url取得数据

  maven配置httpclient3.X jar包

     <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1.1</version>
        </dependency>

        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.4</version>
        </dependency>

        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <version>3.0.1</version>
        </dependency>