How can I delete a file from an ftp server using a java program? I am successfully able to upload files on the ftp using the following code:
public static void m
Check out Apache commons-net. It has an FTP client (among other stuff).