Giving permission to a ftp FILE java
问题 i have a class in android that connect with the ftp, and store an image, that works perfect the problem is when i am trying to move the image to another directory( i use a php page to moderate that image) it doesnt have permission to handle it, i want to put the permission to 0777 but only the "java code" can do it but i dont know how, I am using FTPClient library this is my code File imageFile = new File(url[0]); FTPClient ftpClient = new FTPClient(); ftpClient.connect(InetAddress.getByName(