how can we do a FTP in java. the condition is ftp java code should run as and when files come in remote ftp . like listeners?? how to approach for such a senario?
FTP through JAVA
Collapse
X
-
You should be a bit more exact: what do you want? A Java FTP client? A server?Originally posted by sunsomhow can we do a FTP in java. the condition is ftp java code should run as and when files come in remote ftp . like listeners?? how to approach for such a senario?
I bet you haven't googled because there are many (free) implementations for
both of the two. Simply google for "ftp Java" and be happily surprised.
kind regards,
Jos
Comment