Unziping the files in FTP Server
843790Jun 4 2009 — edited Jun 4 2009Hi All,
I am new to Java. I have a requirement of Unziping the files using Java.
I have a two Systems let us say SystemA and SystemB. SystemB is an FTP Server and SystemA is a Java Server where JDK installed.
I have to write a Java code in SystemA. This Java code will fetch the ZIP file available in SystemB and unzip the file in SystemB.
I have the Java code which extracts the file in SystemA. I am not able to pick the file from SystemB. Anyone please help me to complete the task.
Thanks in Advance
Vasu