Received this error today when using phpSecLib:
Undefined property: phpseclib3\Net\SFTP::$packet_types
It turned out to be caused by this line:
define('NET_SFTP_LOGGING', SFTP::LOG_COMPLEX);
When I commented out that line, I was able to upload.
phpSecLib 3.0.21