i am working on an FTP client in Java. i have run into a problem while trying to send and recieve the files. transfering files in ASCII mode is not a problem, however, trying to transfer images is a bit more tricky.
how do i read/write binary files using Java? i do not have control over the FTP server, so i can't make any changes there. Please advise.