View Single Post
Old 05-10-2002, 04:04 AM  
superbonbon
Junior Member
 
Join Date: May 2002
Posts: 5
Default socket implementation problem ?

I have created a java ftp server and there's a problem when it comes to upload files on my server ( download works fine.. )

Clients using flashfxp can upload only a few bytes ( usually 14kb ) of a file on the server, while other ftp clients ( cute ftp, ws_ftp ) are working fine and upload the file completly.

The loop that reads data from the flashfxp DTP socket stream, return EOF after a few byte have been uplaoded, there's no stream or socket close.

Any idea where that problem could come from ? ( could be you or java.. i have checked java and found nothing about such issue.. )
superbonbon is offline