<?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 FTP_CONNECT Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect-issue/m-p/6430778#M1410936</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 trying to test some FTP Functionality in ABAP.&lt;/P&gt;&lt;P&gt;For that, I am calling Function Module FTP_CONNECT.&lt;/P&gt;&lt;P&gt;But I am not sure what data I need to pass to tha Function Module.&lt;/P&gt;&lt;P&gt;I mean the User Name, Password, Host and RFC Destination.&lt;/P&gt;&lt;P&gt;I am passing 'SAPFTP' in the RFC Destination. (This RFC Destination is successful in Connect Test)&lt;/P&gt;&lt;P&gt;In Host, I am passing the 'sapdev' , (The hostname of SAP Application Server)&lt;/P&gt;&lt;P&gt;But I am not sure about User Id and Password. Will it be my SAP User Id and Password??&lt;/P&gt;&lt;P&gt;As my SAP User Id and Password did not work when I used them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I connect to a peer PC?&lt;/P&gt;&lt;P&gt;If yes which all parameters I need to pass in User Id, Password, and Host fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2009 07:39:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-10T07:39:48Z</dc:date>
    <item>
      <title>FTP_CONNECT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect-issue/m-p/6430778#M1410936</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 trying to test some FTP Functionality in ABAP.&lt;/P&gt;&lt;P&gt;For that, I am calling Function Module FTP_CONNECT.&lt;/P&gt;&lt;P&gt;But I am not sure what data I need to pass to tha Function Module.&lt;/P&gt;&lt;P&gt;I mean the User Name, Password, Host and RFC Destination.&lt;/P&gt;&lt;P&gt;I am passing 'SAPFTP' in the RFC Destination. (This RFC Destination is successful in Connect Test)&lt;/P&gt;&lt;P&gt;In Host, I am passing the 'sapdev' , (The hostname of SAP Application Server)&lt;/P&gt;&lt;P&gt;But I am not sure about User Id and Password. Will it be my SAP User Id and Password??&lt;/P&gt;&lt;P&gt;As my SAP User Id and Password did not work when I used them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I connect to a peer PC?&lt;/P&gt;&lt;P&gt;If yes which all parameters I need to pass in User Id, Password, and Host fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 07:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect-issue/m-p/6430778#M1410936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_CONNECT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect-issue/m-p/6430779#M1410937</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;The user id and password should be the FTP userid  and psw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use FTP, first you should get its' useid and pew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Host field should also come from FTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: user(30)   type c value 'julie',
      pwd(30)    type c value 'julie',
      host(64)   type c value '9.125.77.95',
      key        type i value 26101957.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 08:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect-issue/m-p/6430779#M1410937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T08:40:38Z</dc:date>
    </item>
  </channel>
</rss>

