When are you finally going to look at the link sabre150 keeps posting to you and download the FTPClient there. Once you download it, read its Guide, API, and Tutorial Documentation and you will have all the information you need. Is that now clear enough for you? Do you need someone to hold your hand and click your mouse?
Together with the easy bit
> How i can read the last 7 days dates in java
GregorianCalendar date = new GregorianCalendar(); // Now
for (int i = 0; i < 7; i++)
{
date.add(Calendar.DAY_OF_MONTH, -1);
System.out.println(date.getTime());
}
> It needs any jar file.
Of course!
> I did using jscape.My program is running fine.But it
> requires jar file.Which is licensed version.
Maybe you should follow the link the the 'license' on the site I posted!
>
> I have the doubt is apache provides jar file free
> version
Maybe you should follow the link the the 'license' on the site I posted!