Re: FTP component enhancement suggestion

2011-08-12 Thread marekni
Marco Crivellaro wrote: > > ... in the end the list of files needs to be sent over TCP the more files > you have the longer it will take. > Transferring big file list can be an issue for slow networks. In theory I agree with you but just try. 5000 files in folder is enough to observe SFTP serv

Re: FTP component enhancement suggestion

2011-08-12 Thread marekni
Hi, In my test method channel.ls(name) for SFTP server takes more less the same time like channel.ls() The quickest way is to do this in less elegant i think. I f you want to know if file exist just try to make directory with the same name and look for results. It require to have write permission