Closed OhadR closed 9 years ago
Thanks for the comment :)
I didn't add the FtpDirectory
on purpose, as it depends on the apache commons-net FtpClient and not all users needs this dependency.
However, I have been thinking of adding sub-projects with different real implementations. I will do that as soon as get the time.
/Alex
BTW, as you show example for FTP, I can share example for SFTP...
yes, please share :)
Thanks @OhadR !
Just updated the User Guide with a link to your examples :+1:
you are welcome, @drapostolos ! you code project is great and helped me a lot. One comment: in your wiki, you wrote (the header): SftPolledDirectory. I'd changed that to SftpPolledDirectory (missing p...)
added the missing p.
i suggest to add 'impl' package, and put there all implementations, such as FtpDirectory, JavaIoFileAdapter, etc. This way users can use your jar with all built-in impl's.
great work, BTW!!!