iCloud 드라이브/데스크톱의 scp 파일을 원격으로 - OSX

iCloud 드라이브/데스크톱의 scp 파일을 원격으로 - OSX

나는 일반적으로 scp 명령을 사용하여 로컬과 원격 위치 간에 파일을 복사합니다. 현재 파일이 데스크탑에 저장되어 /iCloud \Drive/Desktop/file있는데 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

관련 정보