My program downloads a websites source code, modifies it, creates the file, and then reuploads it through the FTP. However, I receive the following error when trying to open the created file:
java.io.FileNotFoundException:
misc.html (Access is denied)
at java.io.FileInputStream.open(Native Method)
at
…