<?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: Access Remote Computer File Process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571250#M1565441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should I establish FTP Center?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jan 2011 11:16:32 GMT</pubDate>
    <dc:creator>former_member212713</dc:creator>
    <dc:date>2011-01-04T11:16:32Z</dc:date>
    <item>
      <title>Access Remote Computer File Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571248#M1565439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need non-SAP computers (remote) directory list (example D1 domain name , Comp1 Computer Name , Direc1 Directory Name)&lt;/P&gt;&lt;P&gt;then read and upload of directory file list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if my file process succesfull then move file to other directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you know functions for this works or solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 09:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571248#M1565439</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-01-04T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access Remote Computer File Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571249#M1565440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FTP for this purpose&lt;/P&gt;&lt;P&gt;below is the list of Useful function modules....!&lt;/P&gt;&lt;P&gt;FTP_COMMAND&lt;/P&gt;&lt;P&gt;FTP_COMMAND_LIST&lt;/P&gt;&lt;P&gt;FTP_CONNECT&lt;/P&gt;&lt;P&gt;FTP_COPY&lt;/P&gt;&lt;P&gt;FTP_DISCONNECT&lt;/P&gt;&lt;P&gt;FTP_R3_TO_CLIENT&lt;/P&gt;&lt;P&gt;FTP_R3_TO_SERVER&lt;/P&gt;&lt;P&gt;FTP_SERVER_TO_R3&lt;/P&gt;&lt;P&gt;FTP_START_REG_SERVER&lt;/P&gt;&lt;P&gt;FTP_START_SAPFTP&lt;/P&gt;&lt;P&gt;FTP_STOP_REG_SERVER&lt;/P&gt;&lt;P&gt;FTP_VERSION&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Anup D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 09:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571249#M1565440</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2011-01-04T09:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Access Remote Computer File Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571250#M1565441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should I establish FTP Center?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 11:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571250#M1565441</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-01-04T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access Remote Computer File Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571251#M1565442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have created a server which can be accessed via "&lt;BR /&gt;servername\filename\"&lt;/P&gt;&lt;P&gt;then you can you open dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option would be to create an FTP server and access the files via ftp.&lt;/P&gt;&lt;P&gt;Refer programs RSFTP001 to RSFTP011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 04:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-remote-computer-file-process/m-p/7571251#M1565442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T04:34:37Z</dc:date>
    </item>
  </channel>
</rss>

