Bug 420

Summary: sftp client support of "ls [flags] [path [localfile]]"feature
Product: Portable OpenSSH Reporter: Calvin Cheng <calcheng>
Component: sftpAssignee: Calvin Cheng <calcheng>
Status: CLOSED FIXED    
Severity: enhancement    
Priority: P3    
Version: -current   
Hardware: All   
OS: All   
Attachments:
Description Flags
Diff file for sftp-int.c
none
diff file for sftp.1 none

Description Calvin Cheng 2002-10-22 23:29:09 AEST
I just downloaded OpenSSH 3.5p1. This version has some great improvement in 
sftp client.
But I still miss the FTP's "ls [flags] remote-path [localpath]" feature to
redirect the output of ls/dir to a local file.
Comment 1 Calvin Cheng 2002-10-22 23:34:13 AEST
Created attachment 158 [details]
Diff file for sftp-int.c

Add new parameter to do_ls_dir() and do_globbed_ls() for redirection of ls
output.
Comment 2 Calvin Cheng 2002-10-22 23:46:12 AEST
Created attachment 159 [details]
diff file for sftp.1

Add new parameter to ls and dir commands
Comment 3 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED