Bug 197

Summary: Error getting file with sftp on old F-Secure servers
Product: Portable OpenSSH Reporter: George McCone <gcmccone>
Component: sftpAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: major    
Priority: P2    
Version: -current   
Hardware: SPARC   
OS: Solaris   
Attachments:
Description Flags
fallback to stat if lstat is not supported none

Description George McCone 2002-04-02 06:42:22 AEST
As of OpenSSH 3.1p1, when connected to an older F-Secure server ( 2.0.12 to be 
specific ) via sftp, a get on a file returns:
 "Server version does not support lstat operation"

Everything works fine when connected to an OpenSSH server.

The sftp from OpenSSH 3.0p1 works just fine with all versions of F-Secure.
Comment 1 Markus Friedl 2002-04-02 07:28:44 AEST
*** Bug 198 has been marked as a duplicate of this bug. ***
Comment 2 Markus Friedl 2002-04-02 08:02:20 AEST
Created attachment 57 [details]
fallback to stat if lstat is not supported
Comment 3 Markus Friedl 2002-04-02 08:13:48 AEST
patch commited
Comment 4 George McCone 2002-04-02 09:32:59 AEST
Accidentally commited twice. Closing this bug since 198 is the same and has 
more info.