See this thread thread269-449089 in this forum for info on FTP from Java. The subject is remote execution of unix scripts, or something like that.
Regards,
Joseph
You're pretty close. Just use
formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
instead of
formatter = DateFormat.getDateInstance(DateFormat.FULL, Locale.US);
because you have your own format, not necessarily precisely the US standard.
Hope this helps,
Joseph
Thinking In Java is a great resource, and in fact it's available free from http://www.bruceeckel.com . The downside is that a number of the examples have errata-- check the web site. After being stumped for a while on understanding an example, it's annoying to discover it's been errataed almost...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.