<?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: sftp server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242600#M142596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this FM:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RZL_READ_FILE&lt;/P&gt;&lt;P&gt;RZL_READ_FILE_REMOTE&lt;/P&gt;&lt;P&gt;RZL_READ_FILE_REMOTE_SH&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2006 18:27:23 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-03-21T18:27:23Z</dc:date>
    <item>
      <title>sftp server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242595#M142591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guy's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following is the requriment,which i got from the user,&lt;/P&gt;&lt;P&gt;pls help me, how should i proceed with this issue.pls consider this as urgent ,since previously&lt;/P&gt;&lt;P&gt;i was reading file from application server (Tcode:AL11),&lt;/P&gt;&lt;P&gt;which they don't wont me to read because of following reason&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;requriment&amp;lt;/b&amp;gt;(documents are  stored in an sftp location, we cannot store them on the application servers for space constraints. Therefore please prepare the SAP sync program to read files from the sftp location.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 09:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242595#M142591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T09:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: sftp server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242596#M142592</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;in this case you need to connect to FTP server, and then Read the file using FTP commands. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 09:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242596#M142592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: sftp server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242597#M142593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no difference between reading a file from application server or SFTP server. You can use the same OPEN DATASET, READ/TRANSFER DATASET and CLOSE DATASET concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why User asked you to load it onto SFTP location is may be he might SFTP that file to a different Location/Server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SFTP is nothing but an FTP but a Secure FTP which is Built on SSL Protocol. If the user wants to SFTP it from the SFTP server then he will be using sftp command in the UNIX Shell Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will give you some information to start off or clarify a few of your doubts with the User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Joseph Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 09:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242597#M142593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: sftp server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242598#M142594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank's buddy for that answer,but are you sure&lt;/P&gt;&lt;P&gt;that i am going to use AL11 TRANSCATION,AND NOTHING ELSE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u give more detail ,of how user will upload file&lt;/P&gt;&lt;P&gt;to sftp server ,and how i am going to access it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 09:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242598#M142594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T09:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: sftp server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242599#M142595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to read the file using ftp command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 18:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242599#M142595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T18:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: sftp server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242600#M142596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this FM:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RZL_READ_FILE&lt;/P&gt;&lt;P&gt;RZL_READ_FILE_REMOTE&lt;/P&gt;&lt;P&gt;RZL_READ_FILE_REMOTE_SH&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 18:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp-server/m-p/1242600#M142596</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-03-21T18:27:23Z</dc:date>
    </item>
  </channel>
</rss>

