Re: Multiple concurrent SFTP file downloads

2018-06-26 Thread Alexander Barrow
Claus, is the ticket you're referring to CAMEL-6058: camel-ftp - Allow concurrent download of files? The verbiage in that ticket appears to refer only to the FTP consumer, whereas my use case requires the SFTP consumer. Additionally, I've learned more about the network I'm working with and found

Re: Multiple concurrent SFTP file downloads

2018-06-26 Thread Claus Ibsen
Hi There is a JIRA ticket about concurrent downloads. Use the vote in JIRA to tell us that you like that. On Tue, Jun 19, 2018 at 7:30 PM, Alexander Barrow wrote: > I am developing an application that downloads large files from a > remote SFTP server over a bandwidth limited network. Download

Multiple concurrent SFTP file downloads

2018-06-19 Thread Alexander Barrow
I am developing an application that downloads large files from a remote SFTP server over a bandwidth limited network. Download speeds are bottle-necked, making it highly desirable to be able to download multiple files concurrently. From what I've gathered, this is not a feature supported out of