首页 > 我的文章 > PHP开发 > linux命令 > linux下快速上传文件的方法

linux下快速上传文件的方法

浏览:675 编辑:绿萝 来源:绿萝
linux下快速上传文件的方法
1)先将文件上传至百度网盘

2)在linux下利用axel多线程下载工具下载

    axel "下载地址"
    注意:下载地址使用双引号

附:axel安装方法

    wget http://pkgs.repoforge.org/axel/axel-2.4-1.el5.rf.x86_64.rpm  
    rpm -ivh axel-2.4-1.el5.rf.x86_64.rpm  
    cd /etc/yum/pluginconf.d/  
    wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.conf  
    cd /usr/lib/yum-plugins/  
    wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.py