[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reading XML with &Amp; as part of string



   myString = 'num1 & num2';
   should work
   %ScanRpg is a V7R1 feature

   On Wed, Nov 6, 2013 at 9:20 AM, <[1]Venter.Derick@xxxxxxxxxxxxxx>
   wrote:

     � �Yes, you're right. It is case sensitive. Thanks. Its not
     hanging when I
     � �use lower case "&amp;" and not "&Amp;"
     � �Its now only reading the text after the �"&amp;" �in the
     string.
     � �Mystring = 'Num1 &amp; Num2'
     � �Only Num2 is returned;
     � �Any idea why?
     � �Also when i try to use the %ScanRpl('&amp;': '&': MyString); i
     get the
     � �folowing errors in my IBM websphere development studio when
     compiling:
     � �The token is not valid; token is ignored.
     � �A right parenthesis is expected but is not found.
     � �The end of the expression is expected.

   � �Derick Venter
   � �Applications Developer IV

     � �[cid:_4_08CA1EB008CA1AB0002DC91942257C1B]

   � �Systems Integration
   � �Tel: [2]+27 (13) 247 2816 Fax: [3]+27 (0) 86 573 2274
   � �Cell: [4]+27 (0) 83 458 6599

     � �Email: [1][5]derick.venter@xxxxxxxxxx
     � �[2][6]www.gijima.com
     � �From: � � � �Henrik Rützou <[7]hr@xxxxxxxxxxxx>
     � �To: � � � �HTTPAPI and FTPAPI Projects
     <[8]ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
     � �Date: � � � �2013/11/05 05:17 PM
     � �Subject: � � � �Re: Reading XML with &Amp; as part of
     string
     � �Sent by: � � � �[9]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �     �__________________________________________________________________

   � �I think that the entities are case sensitive and should be &amp;
   � �On Tue, Nov 5, 2013 at 3:30 PM, Raul A. Jager W.
   <[10]raul@xxxxxxxxxx>
   � �wrote:
   � �> � �%scanrpl('&Amp;': '&': data)
   � �> � �[1][11]Venter.Derick@xxxxxxxxxxxxxx wrote:
   � �>
   � �> � �Hi there
   � �> � �Hope you can help me.
   � �> � �I am trying to parse an XML document containing the string
   "&Amp;"
   � �> � �My program just hangs. The parsing works when I remove the
   &
   � �character.
   � �> � �The idea is to replace the string "&Amp;" with "&" to get
   my
   � �original
   � �> � �string back before saving to the database.
   � �> � �Please help
   � �> � �Regards
   � �> � �Derick Venter
   � �> � �Applications Developer IV
   � �>

     � �> � �[[2][3]cid:_4_0A5D33680A5D2F68004D68ED42257C1A]

   � �>
   � �> � �Systems Integration
   � �> � �Tel: [12]+27 (13) 247 2816 Fax: [13]+27 (0) 86 573 2274
   � �> � �Cell: [14]+27 (0) 83 458 6599
   � �> � �Email: [[3]1][15]derick.venter@xxxxxxxxxx

     � �> � �[2][4][16]www.gijima.com

   � �> � �From: � � � �Antonio Nalesso
   [4]<[17]a.nalesso@xxxxxxxxxxx>
   � �> � �To: � � � �HTTPAPI and FTPAPI Projects [5]<
   � �> [18]ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   � �> � �Date: � � � �2013/11/05 11:28 AM
   � �> � �Subject: � � � �R: HTTPAPI performance
   � �> � �Sent by: � � �   �[6][19]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   � �>
   � �__________________________________________________________________
   � �>
   � �> � �Thanks a lot,
   � �> � �I follow your suggestion so now I see in my log (related to
   WSS
   � �DHL for
   � �> � �label request) :
   � �> � �2013-11-05-09.50.39.026000 http_persist_open(): entered
   � �> � � � � � � � � � �Login to remote server
   � �> � �2013-11-05-09.50.41.068000 senddoc(): entered
   � �> � � � � � � � � � �My SOAP request
   � �> � �2013-11-05-09.50.49.698000 SetError() #13: HTTP/1.1 200 OK
   � �> � � � � � � � � � �Server response
   � �> � �So I have 2 seconds to login to DHL server and 8 seconds to
   have a
   � �> � �reply !!!
   � �> � �Are these times normal for a WSS service ? I have no idea
   ...
   � �> � �Best regards
   � �> � �Antonio
   � �> � �PS : I use CRTRPGMOD to rebuild HTTPUTILR4. Then I use
   UPDSRVPGM
   � �to
   � �> � �update service program, without rebuild it from zero.
   � �> � �-----Messaggio originale-----
   � �> � �Da: [7][20]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx

     � �> �     �[[3][8][5]mailto:[21]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] Per
     conto

   � �di Mike
   � �> � �Krebs
   � �> � �Inviato: giovedì 31 ottobre 2013 16:40
   � �> � �A: HTTPAPI and FTPAPI Projects
   � �> � �Oggetto: RE: HTTPAPI performance
   � �> � �Earlier this year, I modded my version of the debug log to
   add
   � �> � �timestamps to the debug. This catches most of the places
   that
   � �write to
   � �> � �the debug log but not all, but it will probably give you
   enough
   � �> � �information to look at.
   � �> � �In HTTPUTILR4 you will find the http_dmsg procedure. Add
   the
   � �timestamp
   � �> � �right in the procedure. Here is one way to do it.
   � �> � �c � � � � � � � � � eval � � �wwMsg =
   %char(%timestamp()) + ' ' +
   � �> � �<===mod
   � �> � �c � � � � � � � � � � � � � � � � � �   %trimr(peMsgTxt) + x'0d25'
   � �> � �c � � � � � � � � � eval � � �wwMsgLen =
   %len(%trimr(wwMsg))
   � �> � �c � � � � � � � � � callp � �   http_xlate(wwMsgLen: wwMsg:
   � �TO_ASCII)
   � �> � �Re-install after making the mod by calling the install
   program.
   � �> � �After the change, the debug log looks like this:
   � �> � �HTTPAPI Ver 1.25beta2 released 2012-03-06
   � �> � �OS/400 Ver V7R1M0
   � �>
   � �> � �2013-10-31-10.23.19.696000 Setting variables
   � �> � �2013-10-31-10.23.19.715000 http_url_get(): entered
   � �> � �2013-10-31-10.23.19.720000 http_persist_open(): entered
   � �> � �2013-10-31-10.23.19.720000 http_long_ParseURL(): entered
   � �> � �It should give you plenty of data to look at. By modding
   � �http_dmsg, it
   � �> � �doesn't add timestamps to every message. If you think you
   have a
   � �low
   � �> � �level problem, you will need to add timestamps in
   http_dwrite.
   � �> � �http_dwrite expects ascii so don't forget to do the
   translation if
   � �you
   � �> � �go to that level. You will see how in the procedure.
   � �> � �If you are doing "other things" in your code, you might
   want to
   � �add
   � �> � �your own debug messages. This would help to tell you that
   your
   � �other
   � �> � �stuff is holding up.
   � �> � �http_dmsg('Get system control');
   � �> � �http_dmsg('This is my INCOMING procedure: ' + %trim(name));
   � �> � �http_dmsg('Writing data to file MIKE');
   � �>
   � �> � �-----Original Message-----
   � �> � �From: [9][22]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx

   � �> �   �[[4][10][6]mailto:[23]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On
   Behalf
   � �Of
   � �> Antonio
   � �> � �Nalesso
   � �> � �Sent: Thursday, October 31, 2013 6:30 AM
   � �> � �To: [11][24]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   � �> � �Subject: HTTPAPI performance
   � �> � �Hi ,
   � �> � �I am using HTTPAPI to obtain from DHL WSS labels via web.
   � �> � �The problem is that I am experiencing very long time on
   response
   � �(media
   � �> � �11 seconds) and I want to understand where's the problem,
   that is,
   � �if
   � �> � �it's mine or related to DHL side.
   � �> � �I put a timestamp before and after the call to
   "http_url_post_xml"
   � �but
   � �> � �I not able to understand what happens inside (I try to
   debug
   � �HTTPAPIR4
   � �> � �but I loose myself !!!)
   � �> � �There is any way to obtain the time of response from remote
   server
   � �?
   � �> � �For example : how much time to obtain connection, how much
   time to
   � �> � �obtain answer, and so on ....
   � �> � �I have the debug always *on, but nothing change turning it
   off.
   � �> � �PS : I am problem in searching inside FTPAPI archives ...
   Search
   � �give
   � �> � �me always no results, but ifI go inside the specific month
   I found
   � �it
   � �> � �!!! Example : I search for 'DHL' : result 0 .
   � �> � �If I went inside June 2012 I found "Consuming DHL
   Webservices"
   � �that I
   � �> � �discover via Google !
   � �> � �Best regards
   � �> � �Nalesso Antonio
   � �>
   �   �---------------------------------------------------------------------
   --
   � �> � �This is the FTPAPI mailing list. �To unsubscribe, please
   go to:

     � �> �     �[5][12][7][25]http://www.scottklement.com/mailman/listinfo/ftpapi

   � �>
   �   �---------------------------------------------------------------------
   --
   � �>
   �   �---------------------------------------------------------------------
   --
   � �> � �This is the FTPAPI mailing list. �To unsubscribe, please
   go to:

     � �> �     �[6][13][8][26]http://www.scottklement.com/mailman/listinfo/ftpapi

   � �>
   �   �---------------------------------------------------------------------
   --
   � �>
   � �__________________________________________________________________
   � �>
   � �> � �This e-mail is subject to the Columbus Stainless [Pty] Ltd
   Email
   � �Legal
   � �> � �Notices available at:

     � �> �     �[7][14][9][27]http://www.columbus.co.za/EmailLegalNotice.htm.

   � �>
   � �__________________________________________________________________
   � �>
   � �> � �This e-mail message has been scanned for Viruses and
   Content and
   � �> � �cleared by MailMarshal
   � �>
   � �__________________________________________________________________
   � �>
   � �> References
   � �>

     � �> � �1. [15][10]mailto:[28]derick.venter@xxxxxxxxxx
     � �> � �2. [16][11][29]http://www.gijima.com/
     � �> � �3.
     [17][12]mailto:[30]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � �4.
     [18][13]mailto:[31]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � �5.
     [19][14][32]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �> � �6.
     [20][15][33]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �> � �7.
     [21][16][34]http://www.columbus.co.za/EmailLegalNotice.htm
     � �>
     � �>
     � �>
     �     �__________________________________________________________________
     _____

   � �_
   � �>
   � �>
   �   �---------------------------------------------------------------------
   --
   � �> This is the FTPAPI mailing list. �To unsubscribe, please go to:

     � �>
     [22][17][35]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �>
     �     �------------------------------------------------------------------
     -----
     � �>
     � �> References
     � �>
     � �> � �1. [18]mailto:[36]Venter.Derick@xxxxxxxxxxxxxx
     � �> � �2. [19]cid:_4_0A5D33680A5D2F68004D68ED42257C1A
     � �> � �3. [20]mailto:[37]1][38]derick.venter@xxxxxxxxxx
     � �> � �4. [21]mailto:[39]a.nalesso@xxxxxxxxxxx
     � �> � �5. [22]mailto:[40]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     � �> � �6. [23]mailto:[41]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � �7. [24]mailto:[42]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � �8. [25]mailto:[43]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � �9. [26]mailto:[44]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � 10. [27]mailto:[45]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � 11. [28]mailto:[46]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     � �> � 12.
     [29][47]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �> � 13.
     [30][48]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �> � 14. [31][49]http://www.columbus.co.za/EmailLegalNotice.htm
     � �> � 15. [32]mailto:[50]derick.venter@xxxxxxxxxx
     � �> � 16. [33][51]http://www.gijima.com/
     � �> � 17. [34]mailto:[52]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � 18. [35]mailto:[53]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �> � 19.
     [36][54]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �> � 20.
     [37][55]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �> � 21. [38][56]http://www.columbus.co.za/EmailLegalNotice.htm
     � �> � 22.
     [39][57]http://www.scottklement.com/mailman/listinfo/ftpapi

   � �>
   � �>
   �   �---------------------------------------------------------------------
   --
   � �> This is the FTPAPI mailing list. �To unsubscribe, please go to:

     � �> [40][58]http://www.scottklement.com/mailman/listinfo/ftpapi

   � �>
   �   �---------------------------------------------------------------------
   --
   � �>
   � �>
   � �--
   � �Regards,
   � �Henrik Rützou

     � �[41][59]http://powerEXT.com <[42][60]http://powerext.com/>

   �   �---------------------------------------------------------------------
   --
   � �This is the FTPAPI mailing list. �To unsubscribe, please go to:

     � �[43][61]http://www.scottklement.com/mailman/listinfo/ftpapi

   �   �---------------------------------------------------------------------
   --
   � �   �__________________________________________________________________
   � �This e-mail is subject to the Columbus Stainless [Pty] Ltd Email
   Legal
   � �Notices available at:

     � �[44][62]http://www.columbus.co.za/EmailLegalNotice.htm.

   � �   �__________________________________________________________________
   � �This e-mail message has been scanned for Viruses and Content and
   � �cleared by MailMarshal
   � �   �__________________________________________________________________
   References

   � �1. mailto:[63]derick.venter@xxxxxxxxxx
   � �2. [64]http://www.gijima.com/

     � �3. cid:_4_0A5D33680A5D2F68004D68ED42257C1A
     � �4. file://localhost/tmp/[65]www.gijima.com
     � �5. mailto:[66]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �6. mailto:[67]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � �7. [68]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �8. [69]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �9. [70]http://www.columbus.co.za/EmailLegalNotice.htm
     � 10. mailto:[71]derick.venter@xxxxxxxxxx
     � 11. [72]http://www.gijima.com/
     � 12. mailto:[73]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 13. mailto:[74]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 14. [75]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 15. [76]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 16. [77]http://www.columbus.co.za/EmailLegalNotice.htm
     � 17. [78]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 18. mailto:[79]Venter.Derick@xxxxxxxxxxxxxx
     � 19. cid:_4_0A5D33680A5D2F68004D68ED42257C1A
     � 20. mailto:[80]1
     � 21. mailto:[81]a.nalesso@xxxxxxxxxxx
     � 22. mailto:[82]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     � 23. mailto:[83]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 24. mailto:[84]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 25. mailto:[85]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 26. mailto:[86]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 27. mailto:[87]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 28. mailto:[88]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     � 29. [89]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 30. [90]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 31. [91]http://www.columbus.co.za/EmailLegalNotice.htm
     � 32. mailto:[92]derick.venter@xxxxxxxxxx
     � 33. [93]http://www.gijima.com/
     � 34. mailto:[94]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 35. mailto:[95]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     � 36. [96]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 37. [97]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 38. [98]http://www.columbus.co.za/EmailLegalNotice.htm
     � 39. [99]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 40. [100]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 41. [101]http://powerext.com/
     � 42. [102]http://powerext.com/
     � 43. [103]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 44. [104]http://www.columbus.co.za/EmailLegalNotice.htm
     --------------------------------------------------------------------
     ---
     This is the FTPAPI mailing list. �To unsubscribe, please go to:
     [105]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
     ---

   --
   Regards,
   Henrik Rützou
   �   [106]http://powerEXT.com
   �
References

   1. mailto:Venter.Derick@xxxxxxxxxxxxxx
   2. tel:%2B27%20%2813%29%20247%202816
   3. tel:%2B27%20%280%29%2086%20573%202274
   4. tel:%2B27%20%280%29%2083%20458%206599
   5. mailto:derick.venter@xxxxxxxxxx
   6. http://www.gijima.com/
   7. mailto:hr@xxxxxxxxxxxx
   8. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   9. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  10. mailto:raul@xxxxxxxxxx
  11. mailto:Venter.Derick@xxxxxxxxxxxxxx
  12. tel:%2B27%20%2813%29%20247%202816
  13. tel:%2B27%20%280%29%2086%20573%202274
  14. tel:%2B27%20%280%29%2083%20458%206599
  15. mailto:derick.venter@xxxxxxxxxx
  16. http://www.gijima.com/
  17. mailto:a.nalesso@xxxxxxxxxxx
  18. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  19. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  20. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  21. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  22. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  23. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  24. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  25. http://www.scottklement.com/mailman/listinfo/ftpapi
  26. http://www.scottklement.com/mailman/listinfo/ftpapi
  27. http://www.columbus.co.za/EmailLegalNotice.htm
  28. mailto:derick.venter@xxxxxxxxxx
  29. http://www.gijima.com/
  30. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  31. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  32. http://www.scottklement.com/mailman/listinfo/ftpapi
  33. http://www.scottklement.com/mailman/listinfo/ftpapi
  34. http://www.columbus.co.za/EmailLegalNotice.htm
  35. http://www.scottklement.com/mailman/listinfo/ftpapi
  36. mailto:Venter.Derick@xxxxxxxxxxxxxx
  37. mailto:1
  38. mailto:derick.venter@xxxxxxxxxx
  39. mailto:a.nalesso@xxxxxxxxxxx
  40. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  41. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  42. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  43. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  44. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  45. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  46. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  47. http://www.scottklement.com/mailman/listinfo/ftpapi
  48. http://www.scottklement.com/mailman/listinfo/ftpapi
  49. http://www.columbus.co.za/EmailLegalNotice.htm
  50. mailto:derick.venter@xxxxxxxxxx
  51. http://www.gijima.com/
  52. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  53. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  54. http://www.scottklement.com/mailman/listinfo/ftpapi
  55. http://www.scottklement.com/mailman/listinfo/ftpapi
  56. http://www.columbus.co.za/EmailLegalNotice.htm
  57. http://www.scottklement.com/mailman/listinfo/ftpapi
  58. http://www.scottklement.com/mailman/listinfo/ftpapi
  59. http://powerEXT.com/
  60. http://powerext.com/
  61. http://www.scottklement.com/mailman/listinfo/ftpapi
  62. http://www.columbus.co.za/EmailLegalNotice.htm
  63. mailto:derick.venter@xxxxxxxxxx
  64. http://www.gijima.com/
  65. http://www.gijima.com/
  66. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  67. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  68. http://www.scottklement.com/mailman/listinfo/ftpapi
  69. http://www.scottklement.com/mailman/listinfo/ftpapi
  70. http://www.columbus.co.za/EmailLegalNotice.htm
  71. mailto:derick.venter@xxxxxxxxxx
  72. http://www.gijima.com/
  73. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  74. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  75. http://www.scottklement.com/mailman/listinfo/ftpapi
  76. http://www.scottklement.com/mailman/listinfo/ftpapi
  77. http://www.columbus.co.za/EmailLegalNotice.htm
  78. http://www.scottklement.com/mailman/listinfo/ftpapi
  79. mailto:Venter.Derick@xxxxxxxxxxxxxx
  80. mailto:1
  81. mailto:a.nalesso@xxxxxxxxxxx
  82. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  83. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  84. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  85. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  86. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  87. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  88. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  89. http://www.scottklement.com/mailman/listinfo/ftpapi
  90. http://www.scottklement.com/mailman/listinfo/ftpapi
  91. http://www.columbus.co.za/EmailLegalNotice.htm
  92. mailto:derick.venter@xxxxxxxxxx
  93. http://www.gijima.com/
  94. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  95. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  96. http://www.scottklement.com/mailman/listinfo/ftpapi
  97. http://www.scottklement.com/mailman/listinfo/ftpapi
  98. http://www.columbus.co.za/EmailLegalNotice.htm
  99. http://www.scottklement.com/mailman/listinfo/ftpapi
 100. http://www.scottklement.com/mailman/listinfo/ftpapi
 101. http://powerext.com/
 102. http://powerext.com/
 103. http://www.scottklement.com/mailman/listinfo/ftpapi
 104. http://www.columbus.co.za/EmailLegalNotice.htm
 105. http://www.scottklement.com/mailman/listinfo/ftpapi
 106. http://powerext.com/
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------