{"id":16102363,"url":"https://github.com/sshaw/uri-fasp","last_synced_at":"2025-07-05T10:34:14.079Z","repository":{"id":1972714,"uuid":"2904055","full_name":"sshaw/URI-fasp","owner":"sshaw","description":"URI handler for Aspera's FASP protocol","archived":false,"fork":false,"pushed_at":"2014-03-29T18:19:53.000Z","size":122,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T23:09:10.868Z","etag":null,"topics":["aspera","perl","url"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshaw.png","metadata":{"files":{"readme":"README.pod","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-03T09:04:00.000Z","updated_at":"2019-02-21T04:46:59.000Z","dependencies_parsed_at":"2022-09-09T10:41:40.387Z","dependency_job_id":null,"html_url":"https://github.com/sshaw/URI-fasp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2FURI-fasp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2FURI-fasp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2FURI-fasp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2FURI-fasp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshaw","download_url":"https://codeload.github.com/sshaw/URI-fasp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643004,"owners_count":21138355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspera","perl","url"],"created_at":"2024-10-09T18:53:39.872Z","updated_at":"2025-04-12T23:09:18.738Z","avatar_url":"https://github.com/sshaw.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=head1 NAME\n\nURI::fasp - URI handler for Aspera's FASP protocol\n\n=head1 SYNOPSIS\n\n   $fasp = URI-\u003enew('fasp://example.com:97001?port=33001\u0026bwcap=25000');\n   print $fasp-\u003eport;\t\t\t# 97001\n   print $fasp-\u003efasp_port;\t\t# 33001\n   print $fasp-\u003equery_param('bwcap')\t# 25000\n\n   # ...\n\n   $ssh = $fasp-\u003eas_ssh;\t\t# URI::ssh \n   print $ssh-\u003eport;\t\t\t# 97001\t\n\n=head1 DESCRIPTION\n\nAspera uses seperate control and a data connections. The control connection is a SSH session. \n\nThis class is a subclass of L\u003c\u003c C\u003cURI::ssh\u003e|URI \u003e\u003e and uses the L\u003c\u003c C\u003cURI::QueryParam\u003e \u003e\u003e mixin. \n\n=head1 METHODS\n\n=head2 C\u003cas_ssh\u003e\n\nReturn a L\u003c\u003c C\u003cURI::ssh\u003e|URI \u003e\u003e representation of the instance's control connection\n\n=head2 C\u003cport\u003e\n\nThe port used by the control connection, defaults to C\u003c22\u003e\n\n=head2 C\u003cfasp_port\u003e\n\nThe port used by the data connection, defaults to L\u003c\u003c C\u003cdefault_fasp_port\u003e|/default_fasp_port \u003e\u003e\n\n=head2 C\u003cdefault_fasp_port\u003e\n\nThe default port used by the data connection, C\u003c33001\u003e\n\n=head1 SEE ALSO\n\nL\u003cURI\u003e, L\u003cURI::QueryParam\u003e, http://asperasoft.com\n\n=head1 AUTHOR\n\nSkye Shaw (sshaw AT lucas.cis.temple.edu)\n\n=head1 LICENSE\n\nCopyright (c) 2011 Skye Shaw. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Furi-fasp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshaw%2Furi-fasp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Furi-fasp/lists"}