sftp:

sftp:

[1] Commons VFS - Supported File Systems <http://jakarta.apache.org/commons/sandbox/vfs/filesystems.html#SFTP>

[2] draft-ietf-secsh-scp-sftp-ssh-uri-04 - Uniform Resource Identifier (URI) Scheme for Secure File Transfer Protocol (SFTP) and Secure Shell (SSH) ( 版) <http://tools.ietf.org/html/draft-ietf-secsh-scp-sftp-ssh-uri-04>

[3] draft-ietf-secsh-filexfer-13 - SSH File Transfer Protocol ( ( 版)) <http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13>

[4] URL Identifiers — Bazaar 2.7.0dev1 documentation ( 版) <http://doc.bazaar.canonical.com/latest/en/user-reference/urlspec-help.html>

For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin with ‘~’ as meaning that the rest of the path should be interpreted relative to the remote user’s home directory. For example if the user remote has a home directory of /home/remote on the server shell.example.com, then:

bzr+ssh://remote@shell.example.com/~/myproject/trunk

would refer to /home/remote/myproject/trunk.

[5] DUPLICITY(1) manual page ( 版) <http://duplicity.nongnu.org/duplicity.1.html#sect7>

SCP/SFTP access

scp://.. or

sftp://user[:password]@other.host[:port]/[relative|/absolute]_path

defaults are paramiko+scp:// and paramiko+sftp://

alternatively try pexpect+scp://, pexpect+sftp://, lftp+sftp://

See also --ssh-askpass, --ssh-options and A NOTE ON SSH BACKENDS.

[6] FFmpeg Protocols Documentation () <https://ffmpeg.org/ffmpeg-protocols.html#libssh>

Secure File Transfer Protocol via libssh

Read from or write to remote resources using SFTP protocol.

Following syntax is required.

sftp://[user[:password]@]server[:port]/path/to/remote/resource.mpeg

[7] Session URL :: WinSCP ( ()) <https://winscp.net/eng/docs/session_url>

sftp|ftp|ftps|ftpes|http|https|scp :// [ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] /

[8] pkt/apt-transport-sftp: SFTP transport for apt, built on top of apt-pkg and libssh2 ( ()) <https://github.com/pkt/apt-transport-sftp>

[9] BitBake User Manual () <http://www.yoctoproject.org/docs/2.4/bitbake-user-manual/bitbake-user-manual.html#other-fetchers>

Secure FTP (sftp://)