博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux scp 使用简单说明
阅读量:6228 次
发布时间:2019-06-21

本文共 2397 字,大约阅读时间需要 7 分钟。

hot3.png

scp Last login: Sat Dec 2 17:44:42 on ttys000 KatedeMac:~ kate$ scp usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [[user@]host1:]file1 ... [[user@]host2:]file2 KatedeMac:~ kate$ scp --help'

KatedeMac:~ kate$ scp --help scp: illegal option -- - usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [[user@]host1:]file1 ... [[user@]host2:]file2 KatedeMac:~ kate$ scp -、help scp: illegal option -- ? usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [[user@]host1:]file1 ... [[user@]host2:]file2 KatedeMac:~ kate$ KatedeMac:~ kate$ man scp

PubkeyAuthentication               RekeyLimit               RhostsRSAAuthentication               RSAAuthentication               SendEnv               ServerAliveInterval               ServerAliveCountMax               StrictHostKeyChecking               TCPKeepAlive               UpdateHostKeys               UsePrivilegedPort               User               UserKnownHostsFile               VerifyHostKeyDNS -P port         Specifies the port to connect to on the remote host.  Note that         this option is written with a capital `P', because -p is already         reserved for preserving the times and modes of the file. -p      Preserves modification times, access times, and modes from the         original file. -q      Quiet mode: disables the progress meter as well as warning and         diagnostic messages from ssh(1). -r      Recursively copy entire directories.  Note that scp follows sym-         bolic links encountered in the tree traversal. -S program         Name of program to use for the encrypted connection.  The program         must understand ssh(1) options. -v      Verbose mode.  Causes scp and ssh(1) to print debugging messages         about their progress.  This is helpful in debugging connection,         authentication, and configuration problems.

EXIT STATUS The scp utility exits 0 on success, and >0 if an error occurs.

SEE ALSO sftp(1), ssh(1), ssh-add(1), ssh-agent(1), ssh-keygen(1), ssh_config(5), sshd(8)

HISTORY scp is based on the rcp program in BSD source code from the Regents of the University of California.

AUTHORS Timo Rinne Tatu Ylonen

转载于:https://my.oschina.net/u1302856/blog/1583901

你可能感兴趣的文章
枚举、模拟、递推
查看>>
sublime text 3安装
查看>>
awk-sed
查看>>
EXTJS4-----前言
查看>>
iOS11里判断Safari浏览器是无痕模式还是正常模式?
查看>>
zookeeper与kafka安装部署及java环境搭建(发布订阅模式)
查看>>
error C2244 "无法将函数定义与现有的声明匹配"的解决方法
查看>>
记一个 dubbo中hessian2反序列化 Map 的一个问题
查看>>
HDU_1505_矩阵中的最大矩形_dp
查看>>
HDU_1398_母函数
查看>>
leetcode_1039. Minimum Score Triangulation of Polygon_动态规划
查看>>
mysql 将时间戳与日期时间的转换
查看>>
个人作业-Week2 案例分析
查看>>
SVN提交错误及使用技巧
查看>>
服务器程序和应用程序
查看>>
hibernate执行过程
查看>>
C++专题(一)
查看>>
博客园。侧边公告代码
查看>>
[codevs3118]高精度除法<高精度>
查看>>
学JS的心路历程-闭包closure
查看>>