Hi Keith,
Thanks for the quick response.
I used the linux sftp client. I have a directory with 15000 files on it.
The time to do a directory listing (ls -l) are fairly close using sftp
client and jsch, about 8 seconds.
The real difference is when a single file name is specified in the ls.
In
Hi Elise,
Can you try doing the same listings using openssh or another implementation of
SFTP? Does it still take a long time?
This will help identify if the problem is in JSch or somewhere else
Thanks,
Keith Richardson
Sent from my iPhone
> On 13 במאי 2014, at 10:51 לפנה״צ, Elise Atkins w
I have been using jsch's sftp functions to get directory listings on a
server in the same subnet. I have noticed that when the number of files
is large the directory listing can take longer then expected. As an
example if the number of files is 15,000 it can take 8-10 seconds to
return the list