Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
-
None
-
Operating System: other
Platform: Other
-
38730
Description
I am using the commons-net-1.1.0.jar to perform FTP related activities. The
process I am doing is as follows:
1. Logon to the remote FTP Server running on Solaris (which is behind a
firewall)
2. Download a file
3. Delete the remote file after successful download
But here I am facing a problem, once the file is downloaded, it does not get
deleted in the remote FTP server and the program hangs. An interrupted IO
Exception is being thrown and the program just hangs.
Any suggestions will be appreciated