853854855856857858859860861862863
in = new BufferedInputStream(new FileInputStream(file)); } else { inf = sftp.openFile(file, R); in = new BufferedInputStream(new SftpFileInputStream(inf)); } if(up) { outflag = true;
11661167116811691170117111721173117411751176
{ file = toSFTP(file); SftpFile inf = sftp.openFile(file, R); return new SftpFileInputStream(inf); } catch(IOException ex) { ex.printStackTrace(); Log.debug(ex.toString() +