由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to use batch file to ftp files in UNIX?
相关主题
[转载] How to convert jpg or gif file to eps file?SUN OS下有没有能断点续传的ftp客户端软件?
急,定时运行程序的问题能这样么?
what's wrong with this ftp batch file?unix下能支持断点续传的FTP软件 有吗?
file problem in unix请问:如何确定wget用的binary方式传递文件?
[转载] telnet低级问题wget question
哪里有下载整个网站的工具(in unix)a quick question
Does UNIX have 断点续传的ftp client software?请教大虾,关于unix server里执行程序的问题。
基于Unix的断点续传软件how to convert csh shell script to dos batch file
相关话题的讨论汇总
话题: unix话题: ftp话题: batch话题: files话题: file
进入Unix版参与讨论
1 (共1页)
j*******r
发帖数: 201
1
hi,
I want to make a batch file to download some files automatically
like this,
ftp
open my.download.com
user aaa aaa@ddd
ls
get aaa.zip
close
by
Can any daxia told me how to do it?
Thanks.
n*o
发帖数: 442
2
man wget and crontab

【在 j*******r 的大作中提到】
: hi,
: I want to make a batch file to download some files automatically
: like this,
: ftp
: open my.download.com
: user aaa aaa@ddd
: ls
: get aaa.zip
: close
: by

s**i
发帖数: 30
3
a sample code:
#! /bin/sh
# $Id: ftpget,v 1.2 91/05/07 21:15:43 moraes Exp $
# Script to perform batch anonymous ftp. Essentially converts a list of
# of command line arguments into input to ftp.
# Simple, and quick - written as a companion to ftplist
# -h specifies the remote host (default prep.ai.mit.edu)
# -d specifies the remote directory to cd to - you can provide a sequence
# of -d options - they will be cd'ed to in turn. If the paths are relative,
# make sure you get the sequence right. B

【在 j*******r 的大作中提到】
: hi,
: I want to make a batch file to download some files automatically
: like this,
: ftp
: open my.download.com
: user aaa aaa@ddd
: ls
: get aaa.zip
: close
: by

j*******r
发帖数: 201
4
There is no wget in my Unix and I have no permission to use crontab.

【在 n*o 的大作中提到】
: man wget and crontab
1 (共1页)
进入Unix版参与讨论
相关主题
how to convert csh shell script to dos batch file[转载] telnet低级问题
HELP!! (CXTERM)哪里有下载整个网站的工具(in unix)
can anyone post a FTP auto get script ?Does UNIX have 断点续传的ftp client software?
how to find a specified file in the unix?基于Unix的断点续传软件
[转载] How to convert jpg or gif file to eps file?SUN OS下有没有能断点续传的ftp客户端软件?
急,定时运行程序的问题能这样么?
what's wrong with this ftp batch file?unix下能支持断点续传的FTP软件 有吗?
file problem in unix请问:如何确定wget用的binary方式传递文件?
相关话题的讨论汇总
话题: unix话题: ftp话题: batch话题: files话题: file