<?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 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/FTP/m-p/984896#M26900</link>
    <description>What went wrong with FtpOpenFile?  Seems that should work. &lt;BR /&gt; &lt;BR /&gt;James</description>
    <pubDate>Tue, 26 Feb 2002 12:02:19 GMT</pubDate>
    <dc:creator>james1</dc:creator>
    <dc:date>2002-02-26T12:02:19Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.intel.com/t5/Software-Archive/FTP/m-p/984895#M26899</link>
      <description>Hello &lt;BR /&gt;I've got a fortran code running on a PC that needs to access a data file residing on Unix machine. Is there a way to make a call to the FTP command within the fortran code in order to read the data?  I tried using FTPOPENFILE win32 command but it dosen't work. &lt;BR /&gt;Thanks a lot</description>
      <pubDate>Tue, 26 Feb 2002 07:40:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/FTP/m-p/984895#M26899</guid>
      <dc:creator>mamoun</dc:creator>
      <dc:date>2002-02-26T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.intel.com/t5/Software-Archive/FTP/m-p/984896#M26900</link>
      <description>What went wrong with FtpOpenFile?  Seems that should work. &lt;BR /&gt; &lt;BR /&gt;James</description>
      <pubDate>Tue, 26 Feb 2002 12:02:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/FTP/m-p/984896#M26900</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-02-26T12:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.intel.com/t5/Software-Archive/FTP/m-p/984897#M26901</link>
      <description>Did you initialize FTP session correctly? Here's an excerpt (from an untested code): &lt;BR /&gt;&lt;PRE&gt; 
INTEGER:: hSession, hConnect 
 
hSession = InternetOpen(CHAR(0), INTERNET_OPEN_TYPE_PRECONFIG, CHAR(0), CHAR(0), 0)   ! 
hConnect = InternetConnect(hSession, "ftp://ftp.geocities.com"C, INTERNET_DEFAULT_FTP_PORT,  &amp;amp; 
                "username"C, "password"C, INTERNET_SERVICE_FTP, 0, 0) 
&lt;/PRE&gt; &lt;BR /&gt;You should use hConnect later as an argument to FtpOpenFile.</description>
      <pubDate>Wed, 27 Feb 2002 01:01:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/FTP/m-p/984897#M26901</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-02-27T01:01:43Z</dc:date>
    </item>
  </channel>
</rss>

