<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data transfer through FTP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766019#M906115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FTP is a file transfer protocol for exchanging files over any TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 08:48:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T08:48:28Z</dc:date>
    <item>
      <title>Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766018#M906114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me what is FTP ???And how we use FTP for data transfer????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766018#M906114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766019#M906115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FTP is a file transfer protocol for exchanging files over any TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766019#M906115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766020#M906116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u be more clear how we use FTP  in our program to transfer the data???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766020#M906116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766021#M906117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FTP by writing a small script at the operating system level, not from within SAP. For example, in Windows NT, enter appropriate commands in a text file opened with Notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Harris Veziris on Apr 29, 2008 10:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766021#M906117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766022#M906118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To FTP using ABAP, you can have a look at the standard program '&lt;STRONG&gt;RSEPSFTP&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of how to FTP a file from the Application &lt;/P&gt;&lt;P&gt;server to a remote server using standard SAP functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT Ztestftp LINE-SIZE 132.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Test SAP FTP functions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF MTAB_DATA OCCURS 0,&lt;/P&gt;&lt;P&gt;LINE(132) TYPE C,&lt;/P&gt;&lt;P&gt;END OF MTAB_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MC_PASSWORD(20) TYPE C,&lt;/P&gt;&lt;P&gt;MI_KEY TYPE I VALUE 26101957,&lt;/P&gt;&lt;P&gt;MI_PWD_LEN TYPE I,&lt;/P&gt;&lt;P&gt;MI_HANDLE TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MC_PASSWORD = 'password'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD MC_PASSWORD LENGTH MI_PWD_LEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FTP_CONNECT requires an encrypted password to work&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL 'AB_RFC_X_SCRAMBLE_STRING'&lt;/P&gt;&lt;P&gt;     ID 'SOURCE' FIELD MC_PASSWORD ID 'KEY' FIELD MI_KEY&lt;/P&gt;&lt;P&gt;     ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD MC_PASSWORD&lt;/P&gt;&lt;P&gt;     ID 'DSTLEN' FIELD MI_PWD_LEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_CONNECT'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       USER            = 'userid'&lt;/P&gt;&lt;P&gt;       PASSWORD        = MC_PASSWORD&lt;/P&gt;&lt;P&gt;       HOST            = 'servername'&lt;/P&gt;&lt;P&gt;       RFC_DESTINATION = 'SAPFTP'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       HANDLE          = MI_HANDLE&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       NOT_CONNECTED   = 1&lt;/P&gt;&lt;P&gt;       OTHERS          = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       HANDLE = MI_HANDLE&lt;/P&gt;&lt;P&gt;       COMMAND = 'dir'&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       DATA = MTAB_DATA&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       TCPIP_ERROR = 1&lt;/P&gt;&lt;P&gt;       COMMAND_ERROR = 2&lt;/P&gt;&lt;P&gt;       DATA_ERROR = 3&lt;/P&gt;&lt;P&gt;       OTHERS = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;  LOOP AT MTAB_DATA.&lt;/P&gt;&lt;P&gt;    WRITE: / MTAB_DATA.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;do some error checking.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_DISCONNECT'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       HANDLE = MI_HANDLE&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also here is another one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: W_USER(12) TYPE C ,&lt;/P&gt;&lt;P&gt;W_PWD(20) TYPE C ,&lt;/P&gt;&lt;P&gt;W_HOST(64) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: HDL TYPE I,&lt;/P&gt;&lt;P&gt;KEY TYPE I VALUE 26101957,&lt;/P&gt;&lt;P&gt;DSTLEN TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF RESULT OCCURS 0,&lt;/P&gt;&lt;P&gt;LINE(100) TYPE C,&lt;/P&gt;&lt;P&gt;END OF RESULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD PWD LENGTH DSTLEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'AB_RFC_X_SCRAMBLE_STRING'&lt;/P&gt;&lt;P&gt;ID 'SOURCE' FIELD PWD ID 'KEY' FIELD KEY&lt;/P&gt;&lt;P&gt;ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD PWD&lt;/P&gt;&lt;P&gt;ID 'DSTLEN' FIELD DSTLEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_CONNECT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;USER = USER&lt;/P&gt;&lt;P&gt;PASSWORD = PWD&lt;/P&gt;&lt;P&gt;HOST = HOST&lt;/P&gt;&lt;P&gt;RFC_DESTINATION = 'SAPFTP'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;HANDLE = HDL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT COMMANDS.&lt;/P&gt;&lt;P&gt;IF COMMANDS NE ' '.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;HANDLE = HDL&lt;/P&gt;&lt;P&gt;COMMAND = COMMANDS&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA = RESULT&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;COMMAND_ERROR = 1&lt;/P&gt;&lt;P&gt;TCPIP_ERROR = 2.&lt;/P&gt;&lt;P&gt;LOOP AT RESULT.&lt;/P&gt;&lt;P&gt;WRITE AT / RESULT-LINE.&lt;/P&gt;&lt;P&gt;IF RESULT CS 'error'.&lt;/P&gt;&lt;P&gt;RAISE NO_SUCH_FILE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;REFRESH RESULT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_DISCONNECT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;HANDLE = HDL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766022#M906118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766023#M906119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Through FTP you can send any kind of file to a remote FTP server.You have to call the FMs in the following sequence.&lt;/P&gt;&lt;P&gt;1.'FTP_CONNECT' : To establish a connection to the FTP server. You have to pass the IP address of the FTP server along with the user id and password.&lt;/P&gt;&lt;P&gt;2.FTP_COMMAND: pass the filename with path which you want to transfer.&lt;/P&gt;&lt;P&gt;3.FTP_DISCONNECT : Disconnect the connection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 10:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766023#M906119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer through FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766024#M906120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some function modules for the same and their uses&lt;/P&gt;&lt;P&gt;dont forget to award points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) HTTP_SCRAMBLE --&amp;gt; It will change the Password to the FTP format&lt;/P&gt;&lt;P&gt;2) FTP_CONNECT --&amp;gt; It will conect to the FTP server (We need to Provide the IP address)&lt;/P&gt;&lt;P&gt;3) FTP_R3_TO_SERVER --&amp;gt; This SAP R3 to Other Server and we need to pass the commands in this one&lt;/P&gt;&lt;P&gt;4) FTP_DISCONNECT --&amp;gt; It will disconent the FTP Conection&lt;/P&gt;&lt;P&gt;5) RFC_CONNECTION_CLOSE --&amp;gt; It wil close the Entire lick and Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Sample program for FTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;codeREPORT ZFTPSAP LINE-SIZE 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF MTAB_DATA OCCURS 0,&lt;/P&gt;&lt;P&gt;LINE(132) TYPE C,&lt;/P&gt;&lt;P&gt;END OF MTAB_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MC_PASSWORD(20) TYPE C,&lt;/P&gt;&lt;P&gt;MI_KEY TYPE I VALUE 26101957,&lt;/P&gt;&lt;P&gt;MI_PWD_LEN TYPE I,&lt;/P&gt;&lt;P&gt;MI_HANDLE TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your SAP-UNIX FTP password (case sensitive) &lt;/P&gt;&lt;P&gt;MC_PASSWORD = 'password'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD MC_PASSWORD LENGTH MI_PWD_LEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT requires an encrypted password to work &lt;/P&gt;&lt;P&gt;CALL 'AB_RFC_X_SCRAMBLE_STRING'&lt;/P&gt;&lt;P&gt;ID 'SOURCE' FIELD MC_PASSWORD ID 'KEY' FIELD MI_KEY&lt;/P&gt;&lt;P&gt;ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD MC_PASSWORD&lt;/P&gt;&lt;P&gt;ID 'DSTLEN' FIELD MI_PWD_LEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_CONNECT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your SAP-UNIX FTP user name (case sensitive) &lt;/P&gt;&lt;P&gt;USER = 'userid'&lt;/P&gt;&lt;P&gt;PASSWORD = MC_PASSWORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your SAP-UNIX server host name (case sensitive) &lt;/P&gt;&lt;P&gt;HOST = 'unix-host'&lt;/P&gt;&lt;P&gt;RFC_DESTINATION = 'SAPFTP'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;HANDLE = MI_HANDLE&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NOT_CONNECTED = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;HANDLE = MI_HANDLE&lt;/P&gt;&lt;P&gt;COMMAND = 'dir'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA = MTAB_DATA&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;TCPIP_ERROR = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMAND_ERROR = 2&lt;/P&gt;&lt;P&gt;DATA_ERROR = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;LOOP AT MTAB_DATA.&lt;/P&gt;&lt;P&gt;WRITE: / MTAB_DATA.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do some error checking. &lt;/P&gt;&lt;P&gt;WRITE: / 'Error in FTP Command'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_DISCONNECT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;HANDLE = MI_HANDLE&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1. [/code] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please award points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 10:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-ftp/m-p/3766024#M906120</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-04-29T10:31:52Z</dc:date>
    </item>
  </channel>
</rss>

