sFTP using Expect tool

Any IBM i topic that does not fit in another forum
Post Reply
amit12.work
Posts: 1
Joined: Tue Aug 29, 2023 1:38 pm

sFTP using Expect tool

Post by amit12.work »

Hi Scott,

My goal is to connect IBM i to Google Uploads Server (partnerupload.google.com). I am trying to do this using Expect tool. The Expect is installed on my IBM i machine. I wrote a program to use EXPECT tool. I get following error on the 'spawn' command.

Tcl_WaitForEvent: unable to start notifier thread
qsh: 001-0078 Process ended by signal 5.

I am not sure why I get this error. Is there anything related to my profile? What is causing this problem?
Scott Klement
Site Admin
Posts: 658
Joined: Sun Jul 04, 2021 5:12 am

Re: sFTP using Expect tool

Post by Scott Klement »

Perhaps you are running in an environment that isn't enabled for multiple threads?
Post Reply