SFTP URL
Syntax
sftp:// @ [: ]/
Examples
为规范ify:
A URL with an IPv4 address:
sftp://user@1.1.1.1/a.txt
A URL with an IPv6 address:
sftp://user@[2000::2]/a.txt
A URL with a hostname:
sftp://user@hpe.com/a.txt
URL SFTP服务器的端口号:
sftp://user@1.1.1.1:12/a.txt
A file in a directory of URL:
sftp://user@1.1.1.1/dir/a.txt
为规范ify a file with absolute path in the URL:
sftp://user@1.1.1.1//home/user/a.txt