<?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 of a zipped file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7637#M106</link>
    <description>Hi:&lt;BR /&gt;
  This Tech Support note illustrates slightly different syntax than your program:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/22/770.html" target="_blank"&gt;http://support.sas.com/kb/22/770.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
  And these notes do not seem relevant to your issue.&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/9/533.html" target="_blank"&gt;http://support.sas.com/kb/9/533.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/18/908.html" target="_blank"&gt;http://support.sas.com/kb/18/908.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/12/912.html" target="_blank"&gt;http://support.sas.com/kb/12/912.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
It seems that Tech Support might be your best resource for resolution of this question.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 25 Mar 2008 05:45:26 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-03-25T05:45:26Z</dc:date>
    <item>
      <title>FTP of a zipped file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7636#M105</link>
      <description>We have successfully used the FTP engine as in the program below to send zipped files to an external FTP site.  However, with files &lt;BR /&gt;
larger than about 200MB we have sometimes found that the final file is corrupted and unusable.  Does anyone have experience with this or &lt;BR /&gt;
suggestions of what might be going wrong?&lt;BR /&gt;
Note: We can send the files just fine using the Windows FTP client.&lt;BR /&gt;
&lt;BR /&gt;
filename ofile ftp &lt;BR /&gt;
         "TEST.ZIP"&lt;BR /&gt;
         binary&lt;BR /&gt;
         lrecl=32767&lt;BR /&gt;
         debug&lt;BR /&gt;
         host="XXX.XXX.XXX.XXX"&lt;BR /&gt;
         user="USER" pass="&amp;amp;pass";&lt;BR /&gt;
filename ifile "d:\staging\TEST.ZIP" recfm=f lrecl=32767;&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
infile ifile _infile_=var IGNOREDOSEOF;&lt;BR /&gt;
input ;&lt;BR /&gt;
file ofile;&lt;BR /&gt;
put var;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 24 Mar 2008 20:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7636#M105</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-24T20:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP of a zipped file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7637#M106</link>
      <description>Hi:&lt;BR /&gt;
  This Tech Support note illustrates slightly different syntax than your program:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/22/770.html" target="_blank"&gt;http://support.sas.com/kb/22/770.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
  And these notes do not seem relevant to your issue.&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/9/533.html" target="_blank"&gt;http://support.sas.com/kb/9/533.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/18/908.html" target="_blank"&gt;http://support.sas.com/kb/18/908.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/12/912.html" target="_blank"&gt;http://support.sas.com/kb/12/912.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
It seems that Tech Support might be your best resource for resolution of this question.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 25 Mar 2008 05:45:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7637#M106</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-25T05:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP of a zipped file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7638#M107</link>
      <description>Thank you.  The technique in note 22770 seems to resolve the problem (there is an error in the code in that note, you nnow.)</description>
      <pubDate>Tue, 01 Apr 2008 15:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7638#M107</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-01T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP of a zipped file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7639#M108</link>
      <description>Ted, Thanks for mentioning the problem with usage note 22770.  It is being updated and will be republished.</description>
      <pubDate>Wed, 02 Apr 2008 13:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-of-a-zipped-file/m-p/7639#M108</guid>
      <dc:creator>reneeharper</dc:creator>
      <dc:date>2008-04-02T13:40:43Z</dc:date>
    </item>
  </channel>
</rss>

