<?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 without creating files on Application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995946#M405783</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 FTP involves a lot of complexity but you can do the SCP(secure copy) instead. And what u can do is first create a file on application server and then u can delete it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sample code is below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/bin/ksh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scp &amp;lt;filename&amp;gt; &amp;lt;destination&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rm -f &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 07:09:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T07:09:07Z</dc:date>
    <item>
      <title>FTP without creating files on Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995945#M405782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an internal table i have around 100 records each of length around 3500 chararters. i want to send this data to the client via ftp in the form of txt file. since the lenght of each record  exceeds 1000 bytes, i thought of sending the data directly to the ftp server without creating the file on the application server. is this feasible. please provide the necessary steps to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 06:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995945#M405782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T06:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without creating files on Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995946#M405783</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 FTP involves a lot of complexity but you can do the SCP(secure copy) instead. And what u can do is first create a file on application server and then u can delete it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sample code is below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/bin/ksh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scp &amp;lt;filename&amp;gt; &amp;lt;destination&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rm -f &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995946#M405783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without creating files on Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995947#M405784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pramod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM FTP_R3_TO_SERVER to send a file directly to another server.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-without-creating-files-on-application-server/m-p/1995947#M405784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:29:47Z</dc:date>
    </item>
  </channel>
</rss>

