Bug 1623

Summary: [sftp] support multiple args: <command> <item> <item> ...
Product: Portable OpenSSH Reporter: Jari Aalto <jari.aalto>
Component: sftpAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement CC: vapier
Priority: P2    
Version: 5.1p1   
Hardware: ix86   
OS: Linux   
See Also: http://bugs.debian.org/538197

Description Jari Aalto 2009-07-24 07:54:59 AEST
Cf. forwarded Debian wishlist http://bugs.debian.org/538197


The sftp(1) command accepts only one argument at a time:

    rm one
    rm two
    ...
    rmdir dir
    rmdir another

Please add support for multiple items:

    rm one two three ...
    rmdir ....