Alexander Poulikakos

Results 69 comments of Alexander Poulikakos

This library only takes into consideration what the implementation of `com.github.drapostolos.rdp4j.spi.PolledDirectory.listFiles()` returns. It does not know if the entire file has been written or not. In other words: it is...

Thanks! It's been a while since I did that example. Probably they changed things on server side. I'll update the User Guide. /alex

User guide is updated. and here is the reason for the old example not working anymore: https://blog.mozilla.org/it/2015/07/27/product-delivery-migration-what-is-changing-when-its-changing-and-the-impacts/ Thanks!

You can add as many `PolledDirectory` implementations as you wish into the `DirectoryPoller`. Either via the `DirectoryPollerBuilder` or the `DirectoryPoller` instance it self. The `FileElement` and `PolledDirectory` implementations, as exposed...

Hi As far as I know there is no limit in the library regarding number of directories to poll. You can try to reproduce the problem with polling +100 directories...

Let us know how it goes. /Alex

I'm not sure I'm following what you mean? Can you provide some code examples? If you are fetching and then removing files from remote folder to local folder, are these...

It uses the `toString()` method of your `FtpDirectory` implementation. If `toString()` is not implemented the the Default implementation is used from `Object.toString()` which usually return what you see. Try to...

Btw, is your `FtpDirectory` implementation the same as in the example in the [UserGuide](https://github.com/drapostolos/rdp4j/wiki/User-Guide#ftppolleddirectory)? Then the FTPClient from apache is used for establishing the connection. /Alex