我想在我通过命令行从 Mac 连接到的 FTP 服务器上复制一个目录
假设我有file
。我想将files2
所有file
的子目录和文件都放在与原始目录相同的目录中。实现这一目标的最简单方法是什么?
编辑:
使用mget
并且mput
您可以下载所有文件并将它们再次上传到不同的文件夹中,但这绝对不是我想要/需要的(我开始这个问题是为了避免使用来自桌面客户端的这种下载上传方法重复)
我使用 Kde 使用 Arch Linux。
我有一段时间没有更新软件包了,我在尝试更新时遇到了问题:
我尝试的第一件事是:sudo pacman -Syu
正如文档所说,我收到此错误:
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community is up to date
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: packagekit: requires pacman<3.6.0 …
Run Code Online (Sandbox Code Playgroud)