如何将文件从服务器下载到我的 D:\mydocument?
scp /var/www/joomla/sql/rt_head_includes.php [email protected]:D:\mydocument
答案1
使用温SCP工具。非常有效。
答案2
使用"""
以下命令格式来确定路径范围:
scp <Source Pth> <USER>@<Dst IP>:"""<Target Pth>"""
例如:
scp /pth/to/file.txt [email protected]:"""D:\pth\to\dir"""