<?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_Connect in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228327#M1380196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for  Creating RFC Destination for FTP.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run program: RSFTP005.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC destinations SAPFTP and SAPFTPA will be created automatically.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPFTP (for local system) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPFTPA (for running in Application server)(This is used for file transfer in background.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code sample for developing FTP programs can be got from report program   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSFTP002 &lt;/P&gt;&lt;P&gt;RSFTP007 &lt;/P&gt;&lt;P&gt;RSFTP008&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 06:56:30 GMT</pubDate>
    <dc:creator>JoffyJohn</dc:creator>
    <dc:date>2009-09-30T06:56:30Z</dc:date>
    <item>
      <title>FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228318#M1380187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there are lots of thread for FTP_Connect but still my query is not resolved so I thought I should post a new query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use FTP_Connect FM for doing FTP to another server. I am passing all the requisite parameters to this function module i.e. User Name, Password, Hots name and FRC destination but still not able to connect to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to connect from the OS level or from command prompt I am able to login onto the FTP server and do the operation but not from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would request If anyone has done this in thepast and someone can sincerely advise me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228318#M1380187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228319#M1380188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check SAP standard prog: 'RSEPSFTP'&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228319#M1380188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228320#M1380189</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;Use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'FTP_CONNECT'
    EXPORTING
      user            = lv_user
      password        = lv_passwd
      host            = lv_host
      rfc_destination = lc_dest
    IMPORTING
      handle          = lv_handle
    EXCEPTIONS
      not_connected   = 1
      OTHERS          = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure Username, Password and RFC destination are given correctly. &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, 30 Sep 2009 06:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228320#M1380189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228321#M1380190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried doing the same thing but I am getting sy-subrc as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228321#M1380190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228322#M1380191</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;Check if the RFC destination is maintained in RFCDES table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228322#M1380191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228323#M1380192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the RFC destination is maintained in the RFCDES table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228323#M1380192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228324#M1380193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the RFCTYPE in RFCDES table set to &lt;STRONG&gt;'T' (Start an external program via TCP/IP)&lt;/STRONG&gt; for the RFC destination you are giving?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228324#M1380193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228325#M1380194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is of type 'T' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228325#M1380194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228326#M1380195</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;Try using the following before you call the FTP_CONNECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;slen = strlen( pwd ).

call function 'HTTP_SCRAMBLE'
  exporting
    source      = pwd
    sourcelen   = slen
    key         = key
  importing
    destination = pwd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this password which you get from the above FM in the FTP_CONNECT.  Guess you are facing the problem due to some kind of password encryption.&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, 30 Sep 2009 06:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228326#M1380195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228327#M1380196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for  Creating RFC Destination for FTP.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run program: RSFTP005.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC destinations SAPFTP and SAPFTPA will be created automatically.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPFTP (for local system) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPFTPA (for running in Application server)(This is used for file transfer in background.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code sample for developing FTP programs can be got from report program   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSFTP002 &lt;/P&gt;&lt;P&gt;RSFTP007 &lt;/P&gt;&lt;P&gt;RSFTP008&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228327#M1380196</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2009-09-30T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228328#M1380197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay, I will try it out and will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 07:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228328#M1380197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T07:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228329#M1380198</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;Do you have how to handle Chinese character in text file by using SAPFTP and SAPFTPA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because we found there is no problem to read Chinese character by SAPFTP.&lt;/P&gt;&lt;P&gt;But when we use schedule job and read file from FTP server in background by SAPFTPA, same file, same Chinese characters cannot read normally ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 02:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/6228329#M1380198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T02:24:06Z</dc:date>
    </item>
  </channel>
</rss>

