bonjour,
j'espere poster au bon endroit
je souhaite utiliser la commande SCP sous putty afin de copier un fichier de mon pc local (sous Windows XP) à un pc distant sous linux (UBUNTU).
alors on va prendre un exemple pour faire simple
coté du pc local
son adresse ip est 192.168.80.22 et son nom d'ordinateur est PC-BKF5B2J et aussi je suis log sous le nom de tmichel
mon dossier C:\Program Files\putty contient
- putty.exe
- un dossier VES et dans ce dossier, on a un fichier "toto.ves"
coté du pc distant
son adresse ip est 192.168.80.3 et son nom d'ordinateur est 20060708-alten et aussi je suis log sous le nom de alstom
/home/alstom/simu cc/PC5
------------------------------
donc je souhaite envoyer ce fichier "toto.ves" dans le dossier PC5 (/home/alstom/simu cc/PC5)
voici ce que j'ai tenté d'envoyer et ce que putty me renvoi
la commande que j'ai envoyer est
Code :
- scp -v \VES\a.ves alstom@20060708-alten:/home/alstom/simu\ cc/PC5/
|
Code :
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$ scp -v \VES\a.ves alstom@20060708-alten:/home/alstom/simu\ cc/PC5/
- Executing: program /usr/bin/ssh host 20060708-alten, user alstom, command scp -v -t /home/alstom/simu cc/PC5/
- OpenSSH_4.3p2 Debian-8ubuntu1, OpenSSL 0.9.8c 05 Sep 2006
- debug1: Reading configuration data /etc/ssh/ssh_config
- debug1: Applying options for *
- debug1: Connecting to 20060708-alten [127.0.1.1] port 22.
- debug1: Connection established.
- debug1: identity file /home/alstom/.ssh/identity type -1
- debug1: identity file /home/alstom/.ssh/id_rsa type -1
- debug1: identity file /home/alstom/.ssh/id_dsa type -1
- debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2 Debian-8ubuntu1
- debug1: match: OpenSSH_4.3p2 Debian-8ubuntu1 pat OpenSSH*
- debug1: Enabling compatibility mode for protocol 2.0
- debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-8ubuntu1
- debug1: An invalid name was supplied
- Configuration file does not specify default realm
- debug1: An invalid name was supplied
- A parameter was malformed
- Validation error
- debug1: An invalid name was supplied
- Configuration file does not specify default realm
- debug1: An invalid name was supplied
- A parameter was malformed
- Validation error
- debug1: SSH2_MSG_KEXINIT sent
- debug1: SSH2_MSG_KEXINIT received
- debug1: kex: server->client aes128-cbc hmac-md5 none
- debug1: kex: client->server aes128-cbc hmac-md5 none
- debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
- debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
- debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
- debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
- debug1: Host '20060708-alten' is known and matches the RSA host key.
- debug1: Found key in /home/alstom/.ssh/known_hosts:2
- debug1: ssh_rsa_verify: signature correct
- debug1: SSH2_MSG_NEWKEYS sent
- debug1: expecting SSH2_MSG_NEWKEYS
- debug1: SSH2_MSG_NEWKEYS received
- debug1: SSH2_MSG_SERVICE_REQUEST sent
- debug1: SSH2_MSG_SERVICE_ACCEPT received
- debug1: Authentications that can continue: publickey,password
- debug1: Next authentication method: publickey
- debug1: Trying private key: /home/alstom/.ssh/identity
- debug1: Trying private key: /home/alstom/.ssh/id_rsa
- debug1: Trying private key: /home/alstom/.ssh/id_dsa
- debug1: Next authentication method: password
- alstom@20060708-alten's password:
- debug1: Authentication succeeded (password).
- debug1: channel 0: new [client-session]
- debug1: Entering interactive session.
- debug1: Sending environment.
- debug1: Sending env LANG = fr_FR.UTF-8
- debug1: Sending command: scp -v -t /home/alstom/simu cc/PC5/
- debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
- debug1: channel 0: free: client-session, nchannels 1
- debug1: fd 0 clearing O_NONBLOCK
- debug1: fd 1 clearing O_NONBLOCK
- debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.0 seconds
- debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
- debug1: Exit status 1
- scp: ambiguous target
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
- alstom@20060708-alten:~/simu cc/PC5$
|
en attendant un début de réponse, n'hésiter pas a me demander plus d'informations si nécessaire
Merci
Message édité par aluccard le 13-06-2007 à 17:40:38