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

In the User Guide, the example FtpPolledDirectory is setup like: ``` java String host = "ftp.mozilla.org"; String workingDirectory = "pub/addons"; String username = "anonymous"; String password = "anonymous"; PolledDirectory polledDirectory...

We are adding file poll listener while starting of the server. In multi cluster environment(ex clust1, clust2), Listener is getting added in two clusters. When a file is being added...

help-wanted