由买买提看人间百态

topics

全部话题 - 话题: mget
1 (共1页)
NJ
发帖数: 44
1
来自主题: Unix版 - mget question in ftp
i don't want to type 'y' for each file,
so how to force it to mget everything without the prompt ?
mget -i * or ....
h***o
发帖数: 539
2
来自主题: Unix版 - mget *疑问
要用mget *下载好多文件,每下载一个都要回车,麻烦,能怎么跳过吗?
f****r
发帖数: 311
3
来自主题: Unix版 - mget question in ftp
ftp -i ...
then
mget
w********s
发帖数: 59
4
来自主题: Linux版 - lftp 下载多个目录一问
如果要用LFTP下载很多具有某一pattern的目录,有什么命令吗?在SFTP里,可以用get
-r m*,但在LFTP里,mget只能用于下载文件,mirror又不能用wildcard。怎么才能用
lftp把所有m*的目录都下载下来呢?谢谢!
s*a
发帖数: 33
5
来自主题: Unix版 - mget *疑问
type "prompt" first.
h***o
发帖数: 539
6
来自主题: Unix版 - mget *疑问
thanks
j*****g
发帖数: 980
7
来自主题: Unix版 - FTP Help
mget?
f*****e
发帖数: 2
8
来自主题: Unix版 - mget question in ftp

prompt
p*****m
发帖数: 31
9
来自主题: Unix版 - mget question in ftp
prompt off, then there will be no promp
w*****g
发帖数: 198
10
1. "mget" in ftp will help you get multiple files, have you tried it?
or get "get" using ncftp, take advantage of wildcards
2. wget -i input, where input is a list of file names
(not very efficient if files are small, since wget logins for each DL)
f*n
发帖数: 22
11
Thanks!
m*****e
发帖数: 4193
e*******t
发帖数: 7
r**a
发帖数: 630
14
u may install ncftp instead, and then "alias ftp=..../ncftp".
ncftp supports operations on directory which is pretty
convenient.
W****n
发帖数: 141
15
use
ftp -i 111.222.433.555
f****a
发帖数: 28
16
用solaris下的命令ftp,连接到一个站点去下载电影。
文件名类似这样XXX-yyy-by wolf.avi,直接用get这个文件,
就提示XXX-yyy-by这个文件不存在,郁闷:(还有一个目录也是酱紫的。
我只好用mget *来选择下载这个文件。
哪位指点指点啦,谢谢:)
b*******n
发帖数: 6
17
when I ftp a remote machine
how can i download a directory(such as mydir ) and its
included files to my local machine?
mget mydir only dl the files not the name of that dir.
Thanks
b*****i
发帖数: 58
18
try other ftp client, say ncftp

when I ftp a remote machine
how can i download a directory(such as mydir ) and its
included files to my local machine?
mget mydir only dl the files not the name of that dir.
Thanks
m****t
发帖数: 2684
19
get 和 mget 好象不可以,请帮忙,谢谢
t*v
发帖数: 32
20
来自主题: Windows版 - Re: ftp question
type in
binary
or bin
before you mget
s*********e
发帖数: 1051
21
只是练练手,用一用assign()和mget()。不必太深究。
n*****3
发帖数: 1584
22
mget the list of dataframe by regular expression
then Reduce this list with rbind

,7
n*****3
发帖数: 1584
23
if there are patterns in the names, or you want to rbind all the datasets in
the namespace,
you can get/mget them to a list,
then Reduce(..., rbind( ), )..
1 (共1页)