<?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 command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524972#M847969</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;For single files you can use EPS_FTP_PUT or EPS_FTP_GET (depending on whether you push or pull your files).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For multiple files&lt;/P&gt;&lt;P&gt;EPS_FTP_MPUT and EPS_FTP_MGET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'EPS_FTP_PUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import parameters Value &lt;/P&gt;&lt;P&gt;RFC_DESTINATION = NONE &lt;/P&gt;&lt;P&gt;LOCAL_FILE = filename &lt;/P&gt;&lt;P&gt;LOCAL_DIRECTORY = /dir1/dir2 &lt;/P&gt;&lt;P&gt;REMOTE_FILE = filename &lt;/P&gt;&lt;P&gt;REMOTE_DIRECTORY = /dir1 &lt;/P&gt;&lt;P&gt;OVERWRITE_MODE = F " force -&amp;gt; overwrite existing file &lt;/P&gt;&lt;P&gt;TEXT_MODE = B " binary&lt;/P&gt;&lt;P&gt;TRANSMISSION_MONITOR X " display transmission monitor &lt;/P&gt;&lt;P&gt;*RECORDS_PER_TRANSFER 10 &lt;/P&gt;&lt;P&gt;*REQUESTED_FILE_SIZE 0 &lt;/P&gt;&lt;P&gt;*MONITOR_TITLE &lt;/P&gt;&lt;P&gt;*MONITOR_TEXT1 &lt;/P&gt;&lt;P&gt;*MONITOR_TEXT2 &lt;/P&gt;&lt;P&gt;*PROGRESS_TEXT &lt;/P&gt;&lt;P&gt;*OBJECT_NAME [/code]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 04:12:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T04:12:08Z</dc:date>
    <item>
      <title>FTP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524970#M847967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one file in  directory1 . i want to move that file from directory1 to directory2 using FTP command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what r the FTP commands i need to use to achieve this in SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 06:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524970#M847967</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2008-03-03T06:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524971#M847968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the functions in group SFTP, e.g. FTP_COMMAND, and some of the sample code for these e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
RSFTP002                               Execute FTP Command                               
RSFTP003                               FTP put / get Test                                
RSFTP004                               FTP Copy                                          
RSFTP007                               Test FB:FTP_SERVER_TO_R3 / FTP_R3_TO_SERVER       
RSFTP008                               Test FB:FTP_CLIENT_TO_R3 / FTP_R3_TO_CLIENT       
RSFTP009                               Test FTP put with Verify                          
RSFTP011                               FTP Copy  
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 01:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524971#M847968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T01:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524972#M847969</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;For single files you can use EPS_FTP_PUT or EPS_FTP_GET (depending on whether you push or pull your files).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For multiple files&lt;/P&gt;&lt;P&gt;EPS_FTP_MPUT and EPS_FTP_MGET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'EPS_FTP_PUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import parameters Value &lt;/P&gt;&lt;P&gt;RFC_DESTINATION = NONE &lt;/P&gt;&lt;P&gt;LOCAL_FILE = filename &lt;/P&gt;&lt;P&gt;LOCAL_DIRECTORY = /dir1/dir2 &lt;/P&gt;&lt;P&gt;REMOTE_FILE = filename &lt;/P&gt;&lt;P&gt;REMOTE_DIRECTORY = /dir1 &lt;/P&gt;&lt;P&gt;OVERWRITE_MODE = F " force -&amp;gt; overwrite existing file &lt;/P&gt;&lt;P&gt;TEXT_MODE = B " binary&lt;/P&gt;&lt;P&gt;TRANSMISSION_MONITOR X " display transmission monitor &lt;/P&gt;&lt;P&gt;*RECORDS_PER_TRANSFER 10 &lt;/P&gt;&lt;P&gt;*REQUESTED_FILE_SIZE 0 &lt;/P&gt;&lt;P&gt;*MONITOR_TITLE &lt;/P&gt;&lt;P&gt;*MONITOR_TEXT1 &lt;/P&gt;&lt;P&gt;*MONITOR_TEXT2 &lt;/P&gt;&lt;P&gt;*PROGRESS_TEXT &lt;/P&gt;&lt;P&gt;*OBJECT_NAME [/code]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 04:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/3524972#M847969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T04:12:08Z</dc:date>
    </item>
  </channel>
</rss>

