Re: [VOTE] MINA relocation of Apache git repositories on git-wip-us.apache.org

2019-02-05 Thread Emmanuel Lécharny
Thanks for the headsup ! All the site has been updated. On 06/02/2019 00:19, Jonathan Valliere wrote: We need to update all the website pages to point to gitbox. All of the projects continue to list git-wip-us.apache.org On Sat, Jan 12, 2019 at 6:10 AM Lyor Goldstein wrote: The

[jira] [Resolved] (DIRMINA-1100) printStackTrace in AbstractPollingIoProcessor:1109

2019-02-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Valliere resolved DIRMINA-1100. Resolution: Duplicate The stacktrace was already removed by Emmanuel.

Re: Re: [VOTE] MINA relocation of Apache git repositories on git-wip-us.apache.org

2019-02-05 Thread Jonathan Valliere
We need to update all the website pages to point to gitbox. All of the projects continue to list git-wip-us.apache.org On Sat, Jan 12, 2019 at 6:10 AM Lyor Goldstein wrote: > >> The repositories have been migrated. > >> Please update the main pom to point to the new locations. > > Done. >

Re: Information required on Asynchronous file transfer using SCP on Apache SSHD

2019-02-05 Thread Lyor Goldstein
I see no a-priori reason why one should not be able to run multiple SCP upload/downloads over a single session: try (ClientSession session = client.connect(...) ,verify(...timeout...) .getSession()) { session.addPassword(...) / addKey(...);

Information required on Asynchronous file transfer using SCP on Apache SSHD

2019-02-05 Thread Seshkrishna Golla
Hi Team, I have a requirement with Apache SSHD, Requirement: Need to send multiple files(consider 100 files are stored in different locations in local file system) to remote server using ScpClient. I can able to do this with the below code, considering the below snippet the

SSHD-871 + SSHD-872 - splitting the documentation files - feedback ?

2019-02-05 Thread Lyor Goldstein
I would appreciate your feedback on the attempt - see https://github.com/lgoldstein/mina-sshd/tree/SSHD-882 as an example of how it would look. Thanks

[jira] [Work started] (SSHD-872) Split CHANGES file into per-version file(s)

2019-02-05 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-872 started by Goldstein Lyor. --- > Split CHANGES file into per-version file(s) >

[jira] [Work started] (SSHD-871) Split README file into several subject-oriented files

2019-02-05 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-871 started by Goldstein Lyor. --- > Split README file into several subject-oriented files >