<?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: Question about FTP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583027#M1434691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;it depends upon the command you are passing.&lt;/P&gt;&lt;P&gt;there are commands like&lt;/P&gt;&lt;P&gt;get &lt;/P&gt;&lt;P&gt;get*&lt;/P&gt;&lt;P&gt;if you use get* command then i think in a single go you can copy all the files for the given location&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 08:49:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-12T08:49:17Z</dc:date>
    <item>
      <title>Question about FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583025#M1434689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can take multiple files from an FTP directory with the functions:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_CONNECT' and CALL FUNCTION 'FTP_COMMAND'.&lt;/P&gt;&lt;P&gt;Or Can take only file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the function to move a file from an FTP directory to another?&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, 10 Feb 2010 16:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583025#M1434689</guid>
      <dc:creator>yonatanedgardo_diaz</dc:creator>
      <dc:date>2010-02-10T16:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question about FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583026#M1434690</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;you can call FTP_COMMAND multiple times hence yes, you can copy multiple files. You can try command rename for moving files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 00:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583026#M1434690</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-02-11T00:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583027#M1434691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;it depends upon the command you are passing.&lt;/P&gt;&lt;P&gt;there are commands like&lt;/P&gt;&lt;P&gt;get &lt;/P&gt;&lt;P&gt;get*&lt;/P&gt;&lt;P&gt;if you use get* command then i think in a single go you can copy all the files for the given location&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 08:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583027#M1434691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T08:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question about FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583028#M1434692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Encryptación de Password&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'HTTP_SCRAMBLE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      SOURCE      = L_PASSWORD&lt;/P&gt;&lt;P&gt;      SOURCELEN   = L_LEN&lt;/P&gt;&lt;P&gt;      KEY         = DC_KEY&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      DESTINATION = L_PASSWORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Función para Conectarse al Servidor FTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'FTP_CONNECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      USER            = L_USUARIO&lt;/P&gt;&lt;P&gt;      PASSWORD        = L_PASSWORD&lt;/P&gt;&lt;P&gt;      HOST            = L_HOST&lt;/P&gt;&lt;P&gt;      RFC_DESTINATION = L_DESTINATION&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      HANDLE          = D_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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;USE COMMAND cd&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;USE COMMAND ls&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Funcion de Commandos para Conexiones FTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      handle        = D_HANDLE&lt;/P&gt;&lt;P&gt;      command       = D_CMD&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      data          = I_RESULT&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      tcpip_error   = 1&lt;/P&gt;&lt;P&gt;      command_error = 2&lt;/P&gt;&lt;P&gt;      data_error    = 3&lt;/P&gt;&lt;P&gt;      OTHERS        = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FUNCION PARA RECUPERAR ARCHIVOS DESDE EL SERVIDOR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'FTP_SERVER_TO_R3'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        HANDLE         = D_HANDLE&lt;/P&gt;&lt;P&gt;        FNAME          = D_CMD&lt;/P&gt;&lt;P&gt;        CHARACTER_MODE = DC_X&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        TEXT           = I_FTP&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        TCPIP_ERROR    = 1&lt;/P&gt;&lt;P&gt;        COMMAND_ERROR  = 2&lt;/P&gt;&lt;P&gt;        DATA_ERROR     = 3&lt;/P&gt;&lt;P&gt;        OTHERS         = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Funcion para Enviar los Archivos al Servidor FTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'FTP_R3_TO_SERVER'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            HANDLE         = D_HANDLE&lt;/P&gt;&lt;P&gt;            FNAME          = D_CMD&lt;/P&gt;&lt;P&gt;            BLOB_LENGTH    = L_LENGTH&lt;/P&gt;&lt;P&gt;            CHARACTER_MODE = DC_X&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            TEXT           = I_LOG_AUX&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            TCPIP_ERROR    = 1&lt;/P&gt;&lt;P&gt;            COMMAND_ERROR  = 2&lt;/P&gt;&lt;P&gt;            DATA_ERROR     = 3&lt;/P&gt;&lt;P&gt;            OTHERS         = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Función para Desconectarse del Servidor FTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'FTP_DISCONNECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      HANDLE = D_HANDLE&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 13:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-ftp/m-p/6583028#M1434692</guid>
      <dc:creator>yonatanedgardo_diaz</dc:creator>
      <dc:date>2010-04-16T13:25:49Z</dc:date>
    </item>
  </channel>
</rss>

