Download multiple files from FTP
Problem :
When we download multiple file from command line ftp, it prompt for every file.
Solution:
ftp> prompt
ftp> mget *.*
or
ftp> mget
When we download multiple file from command line ftp, it prompt for every file.
Solution:
ftp> prompt
ftp> mget *.*
or
ftp> mget
Comments
Post a Comment