edu.washington.cs.pl_if.scp
Class RemoteDirMD5Info
java.lang.Object
edu.washington.cs.pl_if.scp.RemoteDirMD5Info
public class RemoteDirMD5Info
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteDirMD5Info
public RemoteDirMD5Info(SshConnection sshConn)
getRemoteFileList
public List<FileInfo> getRemoteFileList(String remoteDir,
String filter,
CommandSpec baseCommand)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
checkRemoteFile
public boolean checkRemoteFile(Session session,
CommandSpec commandResults,
FileInfo file)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException