I\'m trying to retrieve a file from a server using SFTP (as opposed to FTPS) using Java. How can I do this?
Andy, to delete file on remote system you need to use (channelExec) of JSch and pass unix/linux commands to delete it.
(channelExec)