<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593044#M1083070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I don't have problem with concatenating.&lt;/P&gt;&lt;P&gt;I have problem in doing SFTP . So would like to know whether there are any basis settings for SFTP (SAP 4.6B) or the correct way of doing SFTP.Kindly appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 15:06:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T15:06:08Z</dc:date>
    <item>
      <title>SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593042#M1083068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to do SFTP to put a file in the remote server.  I am not able to SFTP to the remote server. &lt;/P&gt;&lt;P&gt;Please find the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR g_f_unixbef.&lt;/P&gt;&lt;P&gt;  CONCATENATE 'chmod 777' '/usr/sap/check.txt' INTO&lt;/P&gt;&lt;P&gt;               g_f_unixbef SEPARATED BY space.&lt;/P&gt;&lt;P&gt;  PERFORM unix_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR g_f_unixbef.&lt;/P&gt;&lt;P&gt;  CONCATENATE 'sftp -B check.txt'  'ftpadmin@@xx.yy.xx.sss INTO&lt;/P&gt;&lt;P&gt;  g_f_unixbef  SEPARATED BY space.&lt;/P&gt;&lt;P&gt;  PERFORM unix_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 14:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593042#M1083068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593043#M1083069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be more precise..are you facing problem in concatenating the path? If yes just revert back what are all the paths that you want to concatenate i will try to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 14:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593043#M1083069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593044#M1083070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I don't have problem with concatenating.&lt;/P&gt;&lt;P&gt;I have problem in doing SFTP . So would like to know whether there are any basis settings for SFTP (SAP 4.6B) or the correct way of doing SFTP.Kindly appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 15:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593044#M1083070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T15:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593045#M1083071</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;I am able to exceute the SFTP commands in command line but not from SAP.&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 15:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593045#M1083071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593046#M1083072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 16:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593046#M1083072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593047#M1083073</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;i have the same requirement as yours, to use sFTP to connect to other servers. Can you teach me how to do it? I do not have the idea on how to implement it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Louisse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 07:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593047#M1083073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593048#M1083074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same challenge. i need to post an XML file from SAP to a third party FTP Server through a secured network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short..i need to SFTP a file...can you please let me know how you did it?&lt;/P&gt;&lt;P&gt;I saw your pos that it is solved..&lt;/P&gt;&lt;P&gt;is there a special way of doing it..do i need to instruct my basis people for any sepcial settings to SFTP a file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...will be waiting for your reply...........&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jessica Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 23:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593048#M1083074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T23:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593049#M1083075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Uma..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same challenge. i need to post an XML file from SAP to a third party FTP Server through a secured network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short..i need to SFTP a file...can you please let me know how you did it?&lt;/P&gt;&lt;P&gt;I saw your pos that it is solved..&lt;/P&gt;&lt;P&gt;is there a special way of doing it..do i need to instruct my basis people for any sepcial settings to SFTP a file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...will be waiting for your reply...........I want to know how you solved the problem as it would be  hint for me to solve it...........&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jessica Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 18:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593049#M1083075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T18:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593050#M1083076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try this [thread|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="920455"&gt;&lt;/A&gt;;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 20:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sftp/m-p/4593050#M1083076</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-02-05T20:29:37Z</dc:date>
    </item>
  </channel>
</rss>

