iCloud Drive/桌面上的 scp 文件到远程 - OSX

iCloud Drive/桌面上的 scp 文件到远程 - OSX

我通常使用 scp 命令在本地和远程位置之间复制文件。我将当前文件保存在桌面上,但它似乎存储在/iCloud \Drive/Desktop/file.当我尝试使用该命令将其 scp 到远程时,scp /iCloud \Drive/Desktop/file ssh myremotelocation它给我一个错误 - 找不到文件。使用~/Desktop/file给出同样的错误。

我尝试过的确切命令

1. scp /iCloud\ Drive/Desktop/myfile ssh alias@myremotelocation:/path/to/location
2. scp /"iCloud Drive"/Desktop/myfile ssh alias@myremotelocation:/path/to/location
3. scp ~/Desktop/myfile ssh alias@myremotelocation:/path/to/location 

Zsh 错误:

1,2,3: iCloud Directory/Desktop/myfile : No such file of directory

相关内容