Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Carolina Lopez   on Jan 30 In Java Category.

  
Question Answered By: Vidhya Iyer   on Jan 30

Jakarta offer a package that implements common protocols in use today,
including FTP. You could connect  to a FTP server, retrieve file/directory list,
upload a file, download  a file, etc. I don't know if you could retrieve the date
of creation.

Take a look at the following link: http://jakarta.apache.org/commons/net/.

Share: