Skip to content

Instantly share code, notes, and snippets.

View raghavj1991's full-sized avatar

raghav jalan raghavj1991

  • Sapient
  • Gurgaon, India
View GitHub Profile
@raghavj1991
raghavj1991 / gist:8864424
Last active August 29, 2015 13:56
Download feature from amazon - ec2 (remote directory) to local directory
package com.sapient.iota
import com.jcraft.jsch.Channel;
import com.jcraft.jsch.ChannelSftp;
import com.jcraft.jsch.JSch;
import com.jcraft.jsch.JSchException;
import com.jcraft.jsch.Session;
public class FileDownload {