<?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 Uploading file from network folder in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528703#M573121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,   &lt;/P&gt;&lt;P&gt;     i have an file saved in a network folder and the path is given as follows&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     &lt;BR /&gt;192.1.27.5\SHARED\0001.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not an application server its an network folder so wht is function module whch would travel in this path and get the file from the address which is mapped. I have an id and password to this folder without the authorization i cant access so let me know wht to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2007 18:45:10 GMT</pubDate>
    <dc:creator>harri_kishan</dc:creator>
    <dc:date>2007-07-07T18:45:10Z</dc:date>
    <item>
      <title>Uploading file from network folder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528703#M573121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,   &lt;/P&gt;&lt;P&gt;     i have an file saved in a network folder and the path is given as follows&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     &lt;BR /&gt;192.1.27.5\SHARED\0001.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not an application server its an network folder so wht is function module whch would travel in this path and get the file from the address which is mapped. I have an id and password to this folder without the authorization i cant access so let me know wht to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 18:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528703#M573121</guid>
      <dc:creator>harri_kishan</dc:creator>
      <dc:date>2007-07-07T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading file from network folder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528704#M573122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you know FTP command then move the file to SAP Application server directory.&lt;/P&gt;&lt;P&gt;if you do not know then talk to ur senior guy's and they will explian you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer below link and it may useful:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="463730"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 19:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528704#M573122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T19:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading file from network folder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528705#M573123</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 it is a FTP server, then use FM's to call FTP commands which will access the system with your username and password and so pick the file.&lt;/P&gt;&lt;P&gt;If it is not a FTP server and you have an access to that folder, then use GUI_UPLOAD tp pick the file. Here, in filename, you will have to give whole network path along with the filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the answer is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 19:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528705#M573123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T19:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading file from network folder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528706#M573124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 23:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-file-from-network-folder/m-p/2528706#M573124</guid>
      <dc:creator>harri_kishan</dc:creator>
      <dc:date>2011-04-06T23:30:48Z</dc:date>
    </item>
  </channel>
</rss>

