in reply to Re: Net::SFTP::Foreign + putty query ..
in thread Net::SFTP::Foreign + putty query ..

Is the code under Windows using Win32::Process::Create() and ->GetProcessID()

No, it uses IPC::Open2::open2 to create a new process with its I/O channels redirected to a pair of pipes.

Would it be possible to use Win32::Process::Create in that way?