Skip to content

Instantly share code, notes, and snippets.

View innovatorCho's full-sized avatar

codemon99 innovatorCho

View GitHub Profile
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import com.jcraft.jsch.JSch;