Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Mac 远程访问我大学计算机实验室的计算机。Mac 用作终端。如果我需要将一些文件从我的计算机传输到实验室的计算机中,首先,是否可能?如果是,请指导我。
当然,使用 UNIX/Linux 命令 scp(安全复制):
$ scp user@server:directory/SourceFile TargetFile
根据 OP 的回复更新:
$ scp path/to/my/file.txt user@server.com:/path/to/copy/to/file.txt