mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
Net_SFTP_Stream: Use default SFTP port, if not set otherwise.
This commit is contained in:
parent
d79ce65fe3
commit
b0ee4d5591
@ -153,7 +153,7 @@ class Net_SFTP_Stream {
|
||||
*/
|
||||
function _parse_path($path)
|
||||
{
|
||||
extract(parse_url($path));
|
||||
extract(parse_url($path) + array('port' => 22));
|
||||
|
||||
if (!isset($host)) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user