String localpath = this.po.PurpleXferGetLocalFilename(sig.a);
String sender = this.po.PurpleXferGetRemoteUser(sig.a);
int receivingAccount = this.po.PurpleXferGetAccount(sig.a);
System.out.println("Xfer id " + sig.a + ", local filename " + localpath
+ ", sender " + sender);
Node from = this.getNode(sender);
if (receivingAccount == this.account) {
if (this.deliverAgent(fh.unpackFromFile(localpath), from) == this.REPLY_ERROR) {
System.out.println("Error unpacking agent");
System.out.println(" Xfer id: " + sig.a);