scp -r username@remotehost:/path/to/remote/directory /local/directory -r表示下载的是文件夹;前面表示下载源;后面的文件表示下载目的地;