Hi guys I'm using a java socket to send files I want to change the file name when it received to the server or client it will be like server-file.pdf and I'm using FileInputStream,BufferedInputStream,BufferedOutputStream.
Hi guys I'm using a java socket to send files I want to change the file name when it received to the server or client it will be like server-file.pdf and I'm using FileInputStream,BufferedInputStream,BufferedOutputStream.