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.. )
|