summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2015-07-07 15:49:14 -0400
committerOlaf Alders <olaf@wundersolutions.com>2015-07-07 15:49:48 -0400
commite60a59c3a22f36ed9c17c6b97788128f2fe793f2 (patch)
treea354ea65638c1bd45a72880a1c3b2ad436db03df /lib
parent7a1aeb1ebbd2b8b8816b1f953f1c657b577fbd63 (diff)
downloaduri-e60a59c3a22f36ed9c17c6b97788128f2fe793f2.tar.gz
Add sftp schema to docs.
Diffstat (limited to 'lib')
-rw-r--r--lib/URI.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/URI.pm b/lib/URI.pm
index d01531c..98cd575 100644
--- a/lib/URI.pm
+++ b/lib/URI.pm
@@ -990,6 +990,12 @@ C<URI> objects belonging to the ssh scheme support the common,
generic and server methods. In addition, they provide methods to
access the userinfo sub-components: $uri->user and $uri->password.
+=item B<sftp>:
+
+C<URI> objects belonging to the sftp scheme support the common,
+generic and server methods. In addition, they provide methods to
+access the userinfo sub-components: $uri->user and $uri->password.
+
=item B<urn>:
The syntax of Uniform Resource Names is specified in RFC 2141. C<URI>