<?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 regarding command creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-command-creation/m-p/4868946#M1138345</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 need to create OS level command using SM69 and need to pass it to function module SXPG_CALL_SYSTEM for transferring file to FTP.The result should be similar to when we execute the below one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp&lt;/P&gt;&lt;P&gt;ftp&amp;gt; open domain.name&lt;/P&gt;&lt;P&gt;Connected to domain.name&lt;/P&gt;&lt;P&gt;220 antigonous FTP server ready.&lt;/P&gt;&lt;P&gt;User (domain.name:(none)): User-Name&lt;/P&gt;&lt;P&gt;331 Password required for user-name&lt;/P&gt;&lt;P&gt;Password: password&lt;/P&gt;&lt;P&gt;230 User user-name logged in.&lt;/P&gt;&lt;P&gt;ftp&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go particular directory &lt;/P&gt;&lt;P&gt;ftp&amp;gt; cd /web&lt;/P&gt;&lt;P&gt;The following command will copy a file from the local system to the remote system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp&amp;gt; put d:\simoweb1\filename.txt&lt;/P&gt;&lt;P&gt;200 PORT command successful.&lt;/P&gt;&lt;P&gt;Opening ASCII mode data connection for filename.txt&lt;/P&gt;&lt;P&gt;226 Transfer complete&lt;/P&gt;&lt;P&gt;ftp&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 15:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T15:20:08Z</dc:date>
    <item>
      <title>regarding command creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-command-creation/m-p/4868946#M1138345</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 need to create OS level command using SM69 and need to pass it to function module SXPG_CALL_SYSTEM for transferring file to FTP.The result should be similar to when we execute the below one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp&lt;/P&gt;&lt;P&gt;ftp&amp;gt; open domain.name&lt;/P&gt;&lt;P&gt;Connected to domain.name&lt;/P&gt;&lt;P&gt;220 antigonous FTP server ready.&lt;/P&gt;&lt;P&gt;User (domain.name:(none)): User-Name&lt;/P&gt;&lt;P&gt;331 Password required for user-name&lt;/P&gt;&lt;P&gt;Password: password&lt;/P&gt;&lt;P&gt;230 User user-name logged in.&lt;/P&gt;&lt;P&gt;ftp&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go particular directory &lt;/P&gt;&lt;P&gt;ftp&amp;gt; cd /web&lt;/P&gt;&lt;P&gt;The following command will copy a file from the local system to the remote system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp&amp;gt; put d:\simoweb1\filename.txt&lt;/P&gt;&lt;P&gt;200 PORT command successful.&lt;/P&gt;&lt;P&gt;Opening ASCII mode data connection for filename.txt&lt;/P&gt;&lt;P&gt;226 Transfer complete&lt;/P&gt;&lt;P&gt;ftp&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 15:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-command-creation/m-p/4868946#M1138345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding command creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-command-creation/m-p/4868947#M1138346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if this is useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8023505211d189550000e829fbbd/content.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-http://www.sap-img.com/ab003.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 27, 2008 5:06 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 27, 2008 5:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-command-creation/m-p/4868947#M1138346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:35:36Z</dc:date>
    </item>
  </channel>
</rss>

