Skip to content

Commit e938052

Browse files
SineSwiperoalders
authored andcommitted
Add ftps scheme
1 parent 59bfc4f commit e938052

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/URI/ftps.pm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package URI::ftps;
2+
3+
require URI::ftp;
4+
@ISA=qw(URI::ftp);
5+
6+
sub default_port { 990 }
7+
8+
sub secure { 1 }
9+
10+
1;

0 commit comments

Comments
 (0)