【wget】wget的ftp相关功能

【wget下载ftp中的文件】wget的ftp相关功能

saveto=文件保存路径

URL=ftp路径

wgetlog=wget日志文件路径

wget -P ${saveto} --ftp-user=xxx --ftp-password=xxx -m -c -t5 ${URL} -a ${wgetlog} -nv

       -o logfile
       --output-file=logfile
           Log all messages to logfile.  The messages are normally reported to standard error.

       -a logfile
       --append-output=logfile
           Append to logfile.  This is the same as -o, only it appends to logfile instead of
           overwriting the old log file.  If logfile does not exist, a new file is created.

       -nv
       --no-verbose
           Turn off verbose without being completely quiet (use -q for that), which means that
           error messages and basic information still get printed.
		   
   Download Options
		-t number
       --tries=number
           Set number of retries to number.  Specify 0 or inf for infinite retrying.  The
           default is to retry 20 times, with the exception of fatal errors like "connection
           refused" or "not found" (404), which are not retried.		   
		   
       -O file
       --output-document=file
           The documents will not be written to the appropriate files, but all will be
           concatenated together and written to file.  If - is used as file, documents will be
           printed to standard output, disabling link conversion.  (Use ./- to print to a file
           literally named -.)

       -c
       --continue
           Continue getting a partially-downloaded file.  This is useful when you want to
           finish up a download started by a previous instance of Wget, or by another program.
           For instance:

                   wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z

           If there is a file named ls-lR.Z in the current directory, Wget will assume that it
           is the first portion of the remote file, and will ask the server to continue the
           retrieval from an offset equal to the length of the local file.	

       -P prefix
       --directory-prefix=prefix
           Set directory prefix to prefix.  The directory prefix is the directory where all
           other files and subdirectories will be saved to, i.e. the top of the retrieval
           tree.  The default is . (the current directory).

       -m
       --mirror
           Turn on options suitable for mirroring.  This option turns on recursion and time-
           stamping, sets infinite recursion depth and keeps FTP directory listings.  It is
           currently equivalent to -r -N -l inf --no-remove-listing.		
时间: 2024-10-10 23:46:37

【wget】wget的ftp相关功能的相关文章

FTP相关内容

FTP相关介绍 FTP 1)File Transfer Protocol ( FTP ) 是相当古老的网络协议之一,他最主要的功能就是进行 Server端与 Client 端之间的档案传送的功能.这个协议使用的是明码传输方式,因此在使用过程中存在安全问题. 2)FTP的传输使用的是tcp传输协议,是一种C/S模式架构,服务端通过FTP服务向用户提供FTP服务,客户端通过客户端命令连接服务器来进行指令的执行与数据的传输. 3)TCP/IP协议中,FTP标准命令TCP端口号为21,Port方式数据端

Windows7上开启ftp服务器功能

为了与他人共享文件,可以创建一个FTP服务器,但是配置一个完整的FTP服务器比较复杂,可以使用Windows系统自带的FTP服务,默认情况下Windows自带的Web和FTP服务是关闭的.不同的版本的系统上开启FTP无法的操作界面可能不同,但是总体上是相似的.为了提高计算机的安全性,可以新建专门进行Ftp操作的用户组和用户,只允许该新建用户登录FTP,而不能通过该用户登录计算机. 开启ftp服务功能 进入"控制面板"->"程序"->"打开或关闭

Windows 7或者 server 小技巧 添加 IIS和FTP 组件功能

Windows 7或者 server 小技巧  添加 IIS和FTP 组件功能 在万能的 控制面版 ,添加删除 组件中 . 在IE中输入  http://127.0.0.1 或者 http://localhost 打开如下图片,即表示安装成功. 在控制面版,管理工具中可以打开 IIS管理器.

06 DDMS的相关功能使用

DDMS的相关功能解析 Emulator Control: 进行发短信和打电话: File Explorer: 底层系统Linux文件系统的显示: Permissions:权限:关系到文件是否能删除 文件的导入导出.以及删除和添加: Allocation Tracker: 显示进程中内存资源的分配: Heap: 堆栈信息的统计: 可显示垃圾回收信息: Threads: 线程: 截屏功能:

测试functional的bind以及相关功能

注:在VS2010 UPDATE1下测试通过 1 /*测试functional的bind以及相关功能*/ 2 3 #include <iostream> 4 #include <functional> 5 6 using namespace std; 7 using namespace std::placeholders; 8 9 int TestAdd(int a, int b) 10 { 11 return a+b; 12 } 13 bool TestCompare(int a

在tlog里统计注册统计相关功能

#!/usr/bin/env python #_*_ encoding: utf-8 _*_ ''' 注册统计相关功能 ''' __author__ = 'augustyang' import os,sys,time,datetime ###当前时间的几个小时内的 #now_times =time.strftime('%Y-%m-%d %H:%M:%S',time.localtime(time.time())) #当前时间 #last_times=((datetime.datetime.now(

原生js实现购物车相关功能

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>实现购物车的相关功能</title> <style> *{ margin:0; padding:0; } table{ width: 600px; border-collapse: collapse; } th,td{ border:1px so

零元学Expression Blend 4 - Chapter 25 以Text相关功能就能简单做出具有设计感的登入画面

原文:零元学Expression Blend 4 - Chapter 25 以Text相关功能就能简单做出具有设计感的登入画面 本章将交大家如何运用Blend 4 内的Text相关功能做出有设计感的登入画面 让你五分钟就能快速做出一个登入画面 ? 本章将教大家如何运用Blend 4 内的Text相关功能做出有设计感的登入画面 让你五分钟就能快速做出一个登入画面 ? 范例内有文字方块可以输入文字,以及密码栏: 很抱歉,阁下使用的浏览器并不支援 IFrame,不能正常浏览我的网页 打错字了....不

添加相关功能

第二章 添加相关功能 本项目需要用到的板载资源包括:GPIO.串口3路.定时器中断.外部中断. GPIO配置 串口配置 串口初始化 下面给出三路串口的接收和发送对应的IO口: 串口号 发送(TX) 接收(RX) debugUsart(USART1) PA9 PA10 printUsart(USART2) PA2 PA3 lcdUsart(USART3) PB10 PB11 表 1串口管脚分布 在BSP.c文件中定义如下三个串口初始化函数,同时将这三行添加到BSP.h文件里,对函数进行声明: (1