rdp4j icon indicating copy to clipboard operation
rdp4j copied to clipboard

Remote Directory Poller for Java

Results 12 rdp4j issues
Sort by recently updated
recently updated
newest added

Hi, First of all thanks for this awesome library. I created a SFTP poller which similar to OhadR's: https://github.com/OhadR/rdp4j-client/ When i start my application it works very well. But after...

help-wanted

Hello, I am using the library to poll FTP server. After being notificated about changes by the poller, I need to retrieve file content to the application, so I do...

I have a sftp directory and i have applied polling so after every 30 sec it fetches and moves all the files present in sftp to local folder but what...

Can I get directory details along with file name in MyListener? I want to check which directory the mentioned file is added / removed / modified. Can I have one...

help-wanted

Can you please describe the timing of the poll? Does it detects the file as soon as the file is found at the watching directory or it detects the file...

Hi! I have the following problem: When I run the FTP Directory Watcher I don't have any problems, but after some hours all the existing files appear as added and...

I suggest replacing the Future by CompletableFuture, because the get method of Future blocks the calling thread. The CompletableFuture can easily be composed and using him with asynchronous methods is...

Hi, Thanks for the awesome library. We are using this library to poll a FTP server and we are observing that it is not generating an `fileAddedEvent ` when there...

[v0.2.1](https://github.com/drapostolos/rdp4j/releases/tag/rdp4j-0.2.1) release is now available through the maven central! gradle.build: ``` compile 'com.github.drapostolos:rdp4j:0.2.1' ```

[announcement]

FtpDirectory implements PolledDirectory has listFiles() to get the connection but its not called in the FTPUser class.How the connection is established ???? I am getting the FTPDirectory has com.dt.ftpaccess.FtpDirectory@330bedb4 when...