mac端常用操作

链接远程服务器

在程序坞中右键终端图标,选择新建远程连接

选择「安全Shell(ssh)」

上传文件(夹)到远程服务器

在程序坞中右键终端图标,选择新建远程连接

选择「安全文件传输(sftp)」

一、远程->本地

1、文件
scp username@servername:/path/filename /localhost/filename
2、目录
scp -r username@servername:/path /localhoster

二、本地->远程

1、文件
scp /localhost/filename username@servername:/path/filename
2、目录
scp -r /localhost username@servername:/path

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×