Examples of Usage:

  1. Send one file to partner(iBox2) and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -ftestfile.txt -peforward -sjohn -wdemo1 -oiBox1 -diBox2
  2. Send one file to partner(iBox2) retrying 5 times(if needed) and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -ftestfile.txt -peforward -sjohn -wdemo1 -oiBox1 -diBox2 -a5
  3. Send in batch mode to partner(iBox2) and run continuously (polling mode). This will send all files with extensions or a period in the name.

    jre eforward.client.EdiSend -v -hwww.jforward.com -f. -j\java\send -k\java\archive -peforward -sjohn -wdemo1 -oiBox1 -diBox2
  4. Send one batch to partner(iBox2) and return to calling program. This will send all files with extensions or a period in the name.

    jre eforward.client.EdiSend -v -hwww.jforward.com -f. -j\java\send -k\java\archive -peforward -sjohn -wdemo1 -oiBox1 -diBox2 -a
  5. Receive one file from partner(iBox1) and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -r -peforward -sbill -wdemo2 -oiBox2 -dbox1
  6. Receive one file from partner(iBox1) renameing file try.txt and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -r -peforward -sbill -wdemo2 -oiBox2 -diBox1 -ftry.txt
  7. Receive one file from partner(iBox1) and run process edit.exe and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -redit.exe -peforward -sbill -wdemo2 -oiBox2 -diBox1
  8. Receive one file from partner(iBox1) retrying 5 times(if needed) and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -r -peforward -sbill -wdemo2 -oiBox2 -dibox1 -a5
  9. Receive in batch mode from partner(iBox1) and run continuously with server callback.

    jre eforward.client.EdiSend -v -hwww.jforward.com -r -k\java\receive -peforward -sbill -wdemo2 -oiBox2 -diBox1
  10. Receive in batch mode from partner(iBox1) and run process edit.exe and run continuously with server callback.

    jre eforward.client.EdiSend -v -hwww.jforward.com -redit.exe -k\java\receive -peforward -sbill -wdemo2 -oiBox2 -diBox1
  11. Receive one batch from partner(iBox1) and return to calling program.

    jre eforward.client.EdiSend -v -hwww.jforward.com -r -k\java\receive -peforward -sbill -wdemo2 -oiBox2 -diBox1 -a
  12. Receive in batch mode from ALL partners and run continuously with server callback.

    jre eforward.client.EdiSend -v -hwww.jforward.com -r -k\java\receive -peforward -sbill -wdemo2 -oiBox2