moaxcp / download-magic

Automatically exported from code.google.com/p/project-penny
0 stars 0 forks source link

FTP Read time out exceptions #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For every download on my test ftp site closing at the end of the download is 
throwning an exception. Read the docs and figure out if close needs to be 
called.

Original issue reported on code.google.com by moa...@gmail.com on 7 Jan 2013 at 12:03

GoogleCodeExporter commented 9 years ago
May need to change FTPClient to use 
http://www.enterprisedt.com/products/edtftpj/download.html
a good example for stream access is 
http://www.enterprisedt.com/products/edtftpj/examples/howto/upload_download_and_
delete_a_file/UploadDownloadFiles.java.html

Original comment by moa...@gmail.com on 7 Jan 2013 at 12:15

GoogleCodeExporter commented 9 years ago
Had to close the output stream before disconnecting.

Original comment by moa...@gmail.com on 8 Jan 2013 at 6:32