Re: TreatFileJob

2002-04-15 Thread Alexander V. Lukyanov
On Sun, Apr 14, 2002 at 11:21:02PM -0400, Glenn Maynard wrote: TreatCurrent(d,fi); - return PRF_LATER; + if(session-IsOpen()) +return PRF_LATER; } int res=session-Done(); if(res==FA::IN_PROGRESS) Is that return needed at all? Can a session ever be

Re: transfer continue with fish://

2002-04-15 Thread Caleb Epstein
On Sat, Apr 13, 2002 at 04:52:50PM +0200, Holger Paschke wrote: Hi, talking about the fish protocol... I still have no success using that on OpenSSH systems. Do you have yourself setup with password-less login to the remote system (e.g. ssh remote requires no password)? This

Re: transfer continue with fish://

2002-04-15 Thread Holger Paschke
On Mon, Apr 15, 2002 at 07:48:03AM -0400, Caleb Epstein wrote: On Sat, Apr 13, 2002 at 04:52:50PM +0200, Holger Paschke wrote: Hi, talking about the fish protocol... I still have no success using that on OpenSSH systems. Do you have yourself setup with password-less login to the

Re: transfer continue with fish://

2002-04-15 Thread Alexander V. Lukyanov
On Sat, Apr 13, 2002 at 10:42:00AM +0300, Hannu Liljemark wrote: I was wondering about continuing cancelled transfers when using fish://. It is not supported yet. -- Alexander.