由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - How to mv files to another directory under ftp> ?
相关主题
how to download a dir and its files under ftphow to copy whole directory files?
I am crazy about this!!how to delete these files
不好意思,问个问题how to count the total number of lines
Is there any software can D/L a whole directory?Re: Question about Cxterm: how to add fonts when using X terminal?
How to find the pdf file?FTP Help
请教怎样使用tar压文件A simple question!
is it possible to untar files with absolute path?[转载] 问一个问题
script问题----运行多个文件gcc in mac OSX
相关话题的讨论汇总
话题: ftp话题: files话题: mydir话题: directory话题: mv
进入Unix版参与讨论
1 (共1页)
m****f
发帖数: 32
1
I like to use Unix ftp utility
I uploaded some *.jpg files to my directory /home/mydir on a
remote host, using
ftp> prompt
Interactive mode off
ftp> mput *.jpg
Then I think I should make my account neater and did
ftp> mkdir pic
Now, how can I mv these *.jpg files from /home/mydir to
/home/mydir/pic? I got stuck here. I did
ftp> ?
but did not find anything helpful.
m****f
发帖数: 32
2
Does the silence of people indicate that there is no way I
can do this? :)

【在 m****f 的大作中提到】
: I like to use Unix ftp utility
: I uploaded some *.jpg files to my directory /home/mydir on a
: remote host, using
: ftp> prompt
: Interactive mode off
: ftp> mput *.jpg
: Then I think I should make my account neater and did
: ftp> mkdir pic
: Now, how can I mv these *.jpg files from /home/mydir to
: /home/mydir/pic? I got stuck here. I did

m*****e
发帖数: 4193
3
Use a more advanced ftp client (WS_FTP will do).

【在 m****f 的大作中提到】
: Does the silence of people indicate that there is no way I
: can do this? :)

n****t
发帖数: 39
4
ftp> rename foo.jpg pic/foo.jpg
I didn't figure out how to move multiple files at one time. wild card
character doesn't work here. Please let me know if you got it.
1 (共1页)
进入Unix版参与讨论
相关主题
gcc in mac OSXHow to find the pdf file?
关于man的小问题请教怎样使用tar压文件
how to compress several file under unixis it possible to untar files with absolute path?
新手求助:"Disc quota exceeded" 什么意思?script问题----运行多个文件
how to download a dir and its files under ftphow to copy whole directory files?
I am crazy about this!!how to delete these files
不好意思,问个问题how to count the total number of lines
Is there any software can D/L a whole directory?Re: Question about Cxterm: how to add fonts when using X terminal?
相关话题的讨论汇总
话题: ftp话题: files话题: mydir话题: directory话题: mv