public void put(InputStream in, String remote) throws JSchException, SftpException {
   channel.put(in, remote);
 }