SFTP upload is slow, I tested it in a client and with phpseclib and the client was much faster while phpseclib was much slower. Is this normal behavior? What could cause this?
I trimmed down what we were exporting and used tar w/ gzip to archive the files so it's a single compressed upload. The archive was about 16MB and I'm not sure what could throttle the upload if it isn't the library itself, in which case it would be a coding issue instead of a upload issue right?
Any help would be appreciated.