问题描述
我尝试从我的ftp服务器 ftp://ftp.prodega.ch
复制大量文件,所以我创建了一个名为的文件, code.txt
加上这段文字:
open ftp.prodega.ch
user
密码
lcd E:\ f2
cd Bilder1
get file1.jpg
bye
然后我在命令提示符下执行以下命令:
ftp -s :code.txt
文件 file1.jpg
正在复制到本地 E:\ f2
文件夹中;我尝试使用 mget *
而不是来获取ftp文件夹
但它不起作用。 Bilder1
中的所有文件get file1 .jpg
第一张图片复制成功,但第二张图片(使用 我将如何复制这些文件? 尝试在命令提示符中输入以下命令: $ b I try to copy a lot of files from my ftp server Then I execute the following command in the command prompt: The file The first image is copied successfully, but the second image (using How would I be able to copy these files? Try entering this command into your command prompt: 这篇关于将文件从ftp复制到本地错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
ftp -i -s:code.txt
ftp://ftp.prodega.ch
, so I created a file called code.txt
with this text:open ftp.prodega.ch
user
password
lcd E:\f2
cd Bilder1
get file1.jpg
bye
ftp -s:code.txt
file1.jpg
is copying into local E:\f2
folder; I try to copy all files from the ftp folder Bilder1
using mget *
instead of get file1.jpg
but it doesn't work.mget *
) doesn't get copied and showed this result:ftp -i -s:code.txt