<?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 server connection? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494206#M229585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ftp_connect to connect to a FTP server but getting error, what is the thing I am mising in that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code I got from SDN discussion. The function &lt;/P&gt;&lt;P&gt;HTTP_SCRAMBLE gives me the encrypted password but I want to know what is this key parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I enter 'ftp:&lt;BR /&gt;192.168.16.21\scan' it gices me error saying connection failed.&lt;/P&gt;&lt;P&gt;And if i enter only '192.168.16.21' it shows error that you are not authorised to access this. Where as If I try to put this 'ftp:&lt;BR /&gt;192.168.16.21\scan' in address bar it opens the location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data l_passwd(30) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HTTP_SCRAMBLE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    SOURCE            = 'x1y2z3'&lt;/P&gt;&lt;P&gt;    SOURCELEN         = 6&lt;/P&gt;&lt;P&gt;    KEY               = 26101957&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   DESTINATION       = l_passwd&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;DATA W_HANDLE TYPE I.&lt;/P&gt;&lt;P&gt;&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                   = 'x1y2z3'&lt;/P&gt;&lt;P&gt;    PASSWORD               = l_passwd&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ACCOUNT                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    HOST                   = '192.168.16.21'&lt;/P&gt;&lt;P&gt;    RFC_DESTINATION        = 'SAPFTP'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GATEWAY_USER           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GATEWAY_PASSWORD       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GATEWAY_HOST           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   HANDLE                 = W_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;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2006 05:26:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-31T05:26:06Z</dc:date>
    <item>
      <title>FTP server connection?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494206#M229585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ftp_connect to connect to a FTP server but getting error, what is the thing I am mising in that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code I got from SDN discussion. The function &lt;/P&gt;&lt;P&gt;HTTP_SCRAMBLE gives me the encrypted password but I want to know what is this key parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I enter 'ftp:&lt;BR /&gt;192.168.16.21\scan' it gices me error saying connection failed.&lt;/P&gt;&lt;P&gt;And if i enter only '192.168.16.21' it shows error that you are not authorised to access this. Where as If I try to put this 'ftp:&lt;BR /&gt;192.168.16.21\scan' in address bar it opens the location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data l_passwd(30) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HTTP_SCRAMBLE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    SOURCE            = 'x1y2z3'&lt;/P&gt;&lt;P&gt;    SOURCELEN         = 6&lt;/P&gt;&lt;P&gt;    KEY               = 26101957&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   DESTINATION       = l_passwd&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;DATA W_HANDLE TYPE I.&lt;/P&gt;&lt;P&gt;&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                   = 'x1y2z3'&lt;/P&gt;&lt;P&gt;    PASSWORD               = l_passwd&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ACCOUNT                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    HOST                   = '192.168.16.21'&lt;/P&gt;&lt;P&gt;    RFC_DESTINATION        = 'SAPFTP'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GATEWAY_USER           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GATEWAY_PASSWORD       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GATEWAY_HOST           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   HANDLE                 = W_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;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 05:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494206#M229585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T05:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server connection?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494207#M229586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dilip &lt;/P&gt;&lt;P&gt;please check from your basis person wheather you are authorised or not to do so..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 06:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494207#M229586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T06:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server connection?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494208#M229587</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;&lt;/P&gt;&lt;P&gt;why don't you use report &amp;lt;b&amp;gt;rsftp004&amp;lt;/b&amp;gt; as sample ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 06:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494208#M229587</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-08-31T06:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server connection?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494209#M229588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;   Can u focus more on the parameters because I have tried all the possible that I could.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Diliip Gupchup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 08:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494209#M229588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server connection?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494210#M229589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dilip,&lt;/P&gt;&lt;P&gt;As I understand, you have to pass the password as plane character datatype to FTP_CONNECT. What I mean is that it cannot be an encrypted password. I will suggest following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:l_passwd(10) value 'YouRpAswd'. "Case sensitive&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 = 'x1y2z3'&lt;/P&gt;&lt;P&gt;PASSWORD = l_passwd&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 10:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-server-connection/m-p/1494210#M229589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T10:57:27Z</dc:date>
    </item>
  </channel>
</rss>

