<?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: FTP Connection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138562#M450176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;heck the following programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSFTP001                       SAPFTP Version&lt;/P&gt;&lt;P&gt;RSFTP002                       Execute FTP Comma&lt;/P&gt;&lt;P&gt;RSFTP003                       FTP put / get Tes&lt;/P&gt;&lt;P&gt;RSFTP004                       FTP Copy&lt;/P&gt;&lt;P&gt;RSFTP005                       SAPFTP check&lt;/P&gt;&lt;P&gt;RSFTP006                       FTP command list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And see weather everything is working fine or not.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 10:46:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T10:46:37Z</dc:date>
    <item>
      <title>FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138561#M450175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying to use FM FTP_CONNECT for setting up a connection between 2 SAP systems like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL 'AB_RFC_X_SCRAMBLE_STRING'&lt;/P&gt;&lt;P&gt;       ID 'SOURCE' FIELD mc_password ID 'KEY' FIELD mi_key&lt;/P&gt;&lt;P&gt;       ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD mc_password&lt;/P&gt;&lt;P&gt;       ID 'DSTLEN' FIELD mi_pwd_len.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'FTP_CONNECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      user            = 'USER01' &lt;/P&gt;&lt;P&gt;      password        = mc_password&lt;/P&gt;&lt;P&gt;      host            = '146.254.217.104' &lt;/P&gt;&lt;P&gt;      rfc_destination = 'SAPFTP'   &lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      handle          = mi_handle&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      not_connected   = 1&lt;/P&gt;&lt;P&gt;      OTHERS          = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, there´s no connection. I think it must be the value for HOST, which I got from trans. SM59. Is this correct or what could it be ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138561#M450175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138562#M450176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;heck the following programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSFTP001                       SAPFTP Version&lt;/P&gt;&lt;P&gt;RSFTP002                       Execute FTP Comma&lt;/P&gt;&lt;P&gt;RSFTP003                       FTP put / get Tes&lt;/P&gt;&lt;P&gt;RSFTP004                       FTP Copy&lt;/P&gt;&lt;P&gt;RSFTP005                       SAPFTP check&lt;/P&gt;&lt;P&gt;RSFTP006                       FTP command list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And see weather everything is working fine or not.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138562#M450176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138563#M450177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this sample program&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab003.htm" target="test_blank"&gt;http://www.sap-img.com/ab003.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138563#M450177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138564#M450178</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 had checked those programs before posting my question. The fact is that I do not know, where to get the information for fields HOST &amp;amp; RFC_DESTINATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138564#M450178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138565#M450179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 11:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138565#M450179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T11:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138566#M450180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven't done already: use transaction SM59 to determine the correct RFC connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 11:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138566#M450180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138567#M450181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; -&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Comment and Mark as Answered" field is &lt;STRONG&gt;not&lt;/STRONG&gt; mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also close the thread without posting to it, which avoids bumping old threads to the top of the forum again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 12:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connection/m-p/2138567#M450181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T12:07:56Z</dc:date>
    </item>
  </channel>
</rss>

