--status-fd

Werner Koch wk@gnupg.org
Wed Aug 28 10:19:03 2002


On Tue, 27 Aug 2002 23:04:07 -0700 (PDT), Mikee in said:

> gpg --status-fd FD --decrypt file.gpg 

> doesnt work for FD > 2 on Windows. 

Make sure that the file descriptor is open when you invoke gpg.  And
we are using the system file descripotors as returned by the W32 API
functions (e.g. CreatePipe, DuplicateHandle).


Shalom-Salam,

   Werner