I am using ftp and i tried these commands
我正在使用ftp,我尝试了这些命令
1) mget -r /foldername
2)mget *
3) mget *.*
But all of above commands downloading only files . not folder and subfolder.
但以上所有命令仅下载文件。不是文件夹和子文件夹。
Any idea ? how to download this
任何的想法 ?如何下载这个
1 个解决方案
#1
You can use ncftp which, to my knowledge is the only FTP client that supports recursive get. Here is an example with the ncftpget
command:
您可以使用ncftp,据我所知,这是唯一支持递归获取的FTP客户端。以下是使用ncftpget命令的示例:
ncftpget -TRv -uusername -ppassword ftp.host.com /home/user/local_directory/ remote_directory
#1
You can use ncftp which, to my knowledge is the only FTP client that supports recursive get. Here is an example with the ncftpget
command:
您可以使用ncftp,据我所知,这是唯一支持递归获取的FTP客户端。以下是使用ncftpget命令的示例:
ncftpget -TRv -uusername -ppassword ftp.host.com /home/user/local_directory/ remote_directory