[jira] [Commented] (SSHD-935) Synchronizing the Apache Mina client connection between threads

2019-07-30 Thread Goldstein Lyor (JIRA)
host's files {quote} Why ? SFTP can do that for you - please note that managing shell channels is much more complicated - especially for a task such as listing remote files - which (as I have said) is something SFTP provides anyway > Synchronizing the Apache Mina client connection between thre

Re: Synchronizing the Apache Mina client connection between threads

2019-07-30 Thread Lyor Goldstein
I am not sure I understand exactly what you mean - however, it seems that you are on the right track. Assuming indeed that SFTPMinaClientConnector is a prototype bean all you need to do is initialize a session + SFTP on connect and tear them down on close. From what you describe though, it seems

Synchronizing the Apache Mina client connection between threads

2019-07-30 Thread Zabee
Hi all, I have two threads let's say thread1 and thread2 connecting, listing, uploading and downloading files from specific folders from a remote Linux system. The threads are time-based triggers that mean they run on some random interval of time (for every hour or every day etc.,) I have created

[jira] [Closed] (SSHD-935) Synchronizing the Apache Mina client connection between threads

2019-07-30 Thread Zabee Ulla (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zabee Ulla closed SSHD-935. --- Resolution: Not A Problem > Synchronizing the Apache Mina client connection between thre

[jira] [Updated] (SSHD-935) Synchronizing the Apache Mina client connection between threads

2019-07-30 Thread Zabee Ulla (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zabee Ulla updated SSHD-935: Summary: Synchronizing the Apache Mina client connection between threads (was: Synchronizing the Apache