scp

中文man手册

目录


    SCP(1) General Commands Manual SCP(1)

    NAME

    scp — å®å¨å¤å¶(è¿ç¨æä»¶å¤å¶ç¨åº)

    æ»è§ SYNOPSIS

    scp [-pqrvBC1246] [-F ssh_config] [-S program] [-P port] [-c cipher] [-i identity_file] [-l limit] [-o ssh_option] [

    [user@]host1: ]file1 [...] [
    [user@]host2: ]file2

    æè¿° DESCRIPTION

    scp å¨ç½ç»ä¸ç主æºé´è¿è¡æä»¶å¤å¶ã å®ç¨ ssh(1) æ¥ä¼ è¾åéªè¯æ°æ®ï¼æä¾ä¸ ssh(1) ç¸åçå®å¨ä¿æ¤ã å®ä¸è±¡ rcp(1), scp 伿 ¹æ®éè¦è¯¢é®å£ä»¤ã

    å¨ä»»ä½æä»¶åä¸é½å¯ä»¥åå«ä¸»æºååç¨æ·åï¼ç¨æ¥æå®ä»/å该主æºå¤å¶æ¤æä»¶ã Copies between two remote hosts are permitted.

    The options are as follows:

    -c cipher

    Selects the cipher to use for encrypting the data transfer. This option is directly passed to ssh(1).

    -i identity_file

    Selects the file from which the identity (private key) for RSA authentication is read. This option is directly passed to ssh(1).

    -l limit

    Limits the used bandwidth, specified in Kbit/s.

    -p

    Preserves modification times, access times, and modes from the original file.

    -r

    éå½å¤å¶æ´ä¸ªç®å½ã

    -v

    è¯¦ç»æ¨¡å¼ã该é项使 scp å ssh(1) æå°åºå³äºè¿è¡æåµçè°è¯ä¿¡æ¯ãå¨è¿è¡è°è¯è¿æ¥ãéªè¯åéç½®é®é¢æ¶ï¼è¿ä¼å¾æç¨ç

    -B

    ç¨æ¹æ¨¡å¼(é¿åéå¤è¯¢é®å£ä»¤)ã

    -q

    Disables the progress meter.

    -C

    å许å缩ãå ssh(1) ä¼ é -C æ å¿ä»¥å许å缩ã

    -F ssh_config

    Specifies an alternative per-user configuration file for ssh. This option is directly passed to ssh(1).

    -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 in rcp(1).

    -S program

    Name of program to use for the encrypted connection. The program must understand ssh(1) options.

    -o ssh_option

    Can be used to pass options to ssh in the format used in ssh_config(5). This is useful for specifying options for which there is no separate scp command-line flag.

    -1

    Forces scp to use protocol 1.

    -2

    Forces scp to use protocol 2.

    -4

    Forces scp to use IPv4 addresses only.

    -6

    Forces scp to use IPv6 addresses only.

    DIAGNOSTICS

    scp exits with 0 on success or >0 if an error occurred.

    ä½è AUTHORS

    Timo Rinne <tri@iki.fi> å Tatu Ylonen <ylo@cs.hut.fi>

    åå² HISTORY

    scp åºäºUniversity of California BSD ç rcp(1) æºä»£ç

    åè§ SEE ALSO

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

    [䏿çç»´æ¤äºº]

    meaculpa <meaculpa@21cn.com>

    [ä¸æçææ°æ´æ°]

    2000/12/08

    ãä¸å½linux论åmanæå页翻è¯è®¡åã:

    http://cmpp.linuxforum.net

    è·

    æ¬é¡µé¢ä¸æçç±ä¸æ man æå页计åæä¾ã
    䏿 man æå页计åï¼https://github.com/man-pages-zh/manpages-zh Debian September 25, 1999 SCP(1)