How to install `scp` using CLI

3 views
Skip to first unread message

Lili Sun

unread,
Jun 28, 2015, 9:53:13 PM6/28/15
to cygwin...@googlegroups.com
Hi all
     I'm new to cygwin. I want to use the `scp` command in terminal. I install it using pip, btw here is the output. 
$ pip install scp
You are using pip version 6.0.6, however version 7.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting scp
  Downloading scp-0.10.2-py2.py3-none-any.whl
Collecting paramiko (from scp)
  Downloading paramiko-1.15.2-py2.py3-none-any.whl (165kB)
Collecting ecdsa>=0.11 (from paramiko->scp)
  Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB)
Requirement already satisfied (use --upgrade to upgrade): pycrypto!=2.4,>=2.1 in c:\users\administrator\appdata\local\enthought\canopy\app\appdata\canopy-1.5.2.2785.win-x86_64\lib\site-packages (from paramiko->scp)
Installing collected packages: ecdsa, paramiko, scp


Successfully installed ecdsa-0.13 paramiko-1.15.2 scp-0.10.2


It seems that `scp` is installed successfully. Howver, when I type `scp` in terminal, it still complains that `scp` is not found 

$ scp
-bash: scp: command not found

Any ideas will be appreciated, thx in advance.
Reply all
Reply to author
Forward
0 new messages