AgentInstance agentInstance = (AgentInstance)qashProperties.getActiveAgent(new Integer(agentID.toString()));
if (agentInstance==null)
throw new Exception("Unknown agentID");
else
agentInstance.SENDFILE(src.toString(),dest.toString());
}
catch (Exception e) {
printError(SENDFILE,"Problem processing SENDFILE command ("+e.toString()+") :",currToken);
}
}