FTP through JAVA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sunsom
    New Member
    • Mar 2008
    • 11

    #1

    FTP through JAVA

    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?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by sunsom
    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?
    You should be a bit more exact: what do you want? A Java FTP client? A server?
    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

    Working...