You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/06/10 22:46:05 UTC

[Bug 58017] New: scp task should allow limiting sessions

https://bz.apache.org/bugzilla/show_bug.cgi?id=58017

            Bug ID: 58017
           Summary: scp task should allow limiting sessions
           Product: Ant
           Version: 1.9.4
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
          Assignee: notifications@ant.apache.org
          Reporter: isaac@shabtay.com

Currently, the scp task opens a new session for each file being transferred
during the same task invocation (for example: if the scp task is called to
transfer 20 files, then 20 sessions will be opened).

This is problematic when the scp task is used against sshd installations where
the MaxSessions setting is not high enough.

Should add an attribute to the scp task to allow limiting the number of
sessions being used.

-- 
You are receiving this mail because:
You are the assignee for the bug.