]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch2: Add SFTP fetcher
authorOlof Johansson <olof.johansson@axis.com>
Tue, 29 Jan 2013 07:50:11 +0000 (08:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2013 22:30:41 +0000 (22:30 +0000)
commitd240baeb7a4107d2eba3f08c411c0f086674d8e2
treee0fa07882f6ef458af4857ea9a0b5239eeaece14
parent230e00948ba093958e8e89e9ee380444b3dad307
fetch2: Add SFTP fetcher

This fetcher differs from the SSH fetcher in that it adheres more
strictly to the SECSH URI internet draft --- it uses the sftp://
instead of the ssh:// scheme, and it uses sftp instead of scp.

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/__init__.py
lib/bb/fetch2/sftp.py [new file with mode: 0644]