SFTP: CS adjustment

This commit is contained in:
terrafrost 2013-08-07 09:22:52 -05:00
parent 442922ff0a
commit ffca003225

View File

@ -272,7 +272,7 @@ class Net_SFTP extends Net_SSH2 {
case 'SSH-2.0-ROSSSH':
// PuTTY uses this as the size
$this->max_sftp_packet = 1 << 15;
break;
break;
default:
$this->max_sftp_packet = 1 << 20;
}