<?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: Are the function modules same for FTP &amp; FTPS to transfer files in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330488#M1396019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FTP connections of the File/FTP adapter can be secured by using FTPS, which is FTP over SSL/TLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTPS requires CA certificate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do check this link[help doc ftp|http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ftp configraton|http://help.sap.com/saphelp_nwpi71/helpdata/en/44/69d7cfa4b633eae10000000a1553f6/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 04:55:26 GMT</pubDate>
    <dc:creator>JoffyJohn</dc:creator>
    <dc:date>2009-10-22T04:55:26Z</dc:date>
    <item>
      <title>Are the function modules same for FTP &amp; FTPS to transfer files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330485#M1396016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one,&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;I understood the difference between FTP &amp;amp; FTPS. &lt;/P&gt;&lt;P&gt;But my doubt is can we make use of the function modules of FTP for FTPS also to transfer files.&lt;/P&gt;&lt;P&gt;i.e, can we make use of the following function modules for FTPS also&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FTP_CONNECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FTP_R3_TO_SERVER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FTP_DISCONNECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, do we have any other function modules available for FTPS or any other procedure to transfer files from SAP to other server using FTPS.&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;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: tom123 on Oct 21, 2009 2:02 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: tom123 on Oct 21, 2009 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 12:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330485#M1396016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Are the function modules same for FTP &amp; FTPS to transfer files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330486#M1396017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Process Flow.
&amp;lt;li&amp;gt;RFC destination for FTP should be maintained in transaction SM59.
&amp;lt;li&amp;gt;Get the host name or ip address of the remote server. Get the user id and password of the RFC user (these can be maintained in a custom Z table).
&amp;lt;li&amp;gt;Scramble the password by calling function module 'HTTP_SCRAMBLE'. This scrambed password needs to be used for making the FTP connection.
&amp;lt;li&amp;gt;Establish FTP connection by calling FM 'FTP_CONNECT'.
&amp;lt;li&amp;gt;Issue FTP commands by calling function module 'FTP_COMMAND'.
&amp;lt;li&amp;gt;Finally close the connection by calling function module 'FTP_DISCONNECT'

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 13:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330486#M1396017</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-10-21T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Are the function modules same for FTP &amp; FTPS to transfer files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330487#M1396018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;              Thanks for the reply. Its good input for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my question is are FTP &amp;amp; FTPS are same?&lt;/P&gt;&lt;P&gt;can we make use of the function modules given by you for FTPS?&lt;/P&gt;&lt;P&gt;If not any other procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330487#M1396018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T04:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Are the function modules same for FTP &amp; FTPS to transfer files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330488#M1396019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FTP connections of the File/FTP adapter can be secured by using FTPS, which is FTP over SSL/TLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTPS requires CA certificate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do check this link[help doc ftp|http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ftp configraton|http://help.sap.com/saphelp_nwpi71/helpdata/en/44/69d7cfa4b633eae10000000a1553f6/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-the-function-modules-same-for-ftp-ftps-to-transfer-files/m-p/6330488#M1396019</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2009-10-22T04:55:26Z</dc:date>
    </item>
  </channel>
</rss>

