This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ran into a situation where a facility I work with opened a Trouble Ticket of Aspera Uploads failing, upload keeps stalling. | |
The progress bar in the UI would get to the end but it would never finish. | |
I opened a case with Aspera Tech Support. While I waited for a response, I installed aspera ascp client on linux host. | |
The same file transfer went through without issue: | |
ascp -P 33001 big.mxf [email protected]: | |
I let the Aspera Connect GUI hang at the end as reported until finally it errored out: | |
LOG [libssh2] 0.369915 Failure Event: -34 - libssh2_channel_wait_closed() invoked when channel is not in EOF state | |
ERR [asssh] channel wait close rc=-34 |
NewerOlder