nguyenphanhuynh / iphonefrotz

Automatically exported from code.google.com/p/iphonefrotz
Other
0 stars 0 forks source link

FTP broken in iOS 4.x #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
FTP connections hang after transferring data.

Unfortunately, I didn't notice this for 1.5, and no one reported it as a bug 
(until a reviewer of 1.5 mentioned it).  So filing this to make sure it gets 
fixed for 1.5.1.

Original issue reported on code.google.com by spath...@gmail.com on 10 Nov 2010 at 12:21

GoogleCodeExporter commented 8 years ago
This is finally fixed in 1.5.3.  (I had to use a whole new implementation since 
using NSFileHandles with sockets in iOS 4 is buggy.)

Original comment by spath...@gmail.com on 9 Jun 2011 at 11:31