Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

FTP Connection

  Asked By: Carolina    Date: Jan 30    Category: Java    Views: 949
  

I would like to accomplish the following:
1. Connect to an FTP Server
2. Move to the xxx directory
3. Check a file creation date
4. If file's creation date is ok download the file

If anybody have a class that think will be helpfull to
accomplish these tasks and don't might to share with
me I will greatly appreciated.

ps. Any idea on how to perform this is welcome!

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Vidhya Iyer     Answered 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/.

 
Answer #2    Answered By: Alvin Nguyen     Answered 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/.

 
Didn't find what you were looking for? Find more on FTP Connection Or get search suggestion and latest updates.




Tagged: