<?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: Linux to Windows FTP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556245#M17952</link>
    <description>Install the FTP server in Windows 2000 Prof from the Add/Remove windows components &amp;gt; IIS option . Try ftp'ing to localhost from Win 2K for testing. Install the rpm of ftp client in linux server , which will be there by default ( if it is not there install it from the rpm file ftp-xxxx.rpm from the installation CD no 2 in RHEL). Then ftp to the Win 2K pc as 'ftp xx.xx.xx.xx' where xx is the ip addr of Win 2K . Login with the windows login name . Default working directory will be c:\inetpub\ftproot in win 2k . U can put the required files there which u r going to transfer to linux. u can then transfer the files using 'mget filename'.</description>
    <pubDate>Thu, 02 Jun 2005 07:34:42 GMT</pubDate>
    <dc:creator>Bejoy C Alias</dc:creator>
    <dc:date>2005-06-02T07:34:42Z</dc:date>
    <item>
      <title>Linux to Windows FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556242#M17949</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a Red Hat Linux Server and I want this server to do a FTP to a Windows 2000 Professional System and mget files from it&lt;BR /&gt;&lt;BR /&gt;Please help how should I go About it&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Abhijit</description>
      <pubDate>Wed, 01 Jun 2005 23:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556242#M17949</guid>
      <dc:creator>Abhijit P.</dc:creator>
      <dc:date>2005-06-01T23:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556243#M17950</link>
      <description>1) Install the FTP server that ships with Windows. Be default it is not installed. &lt;BR /&gt;2) Make sure you start the service.&lt;BR /&gt;&lt;BR /&gt;3) Use the ftp client in Linux to connect to the newly anoined Windows ftp server.&lt;BR /&gt;&lt;BR /&gt;ftp windowsftpserver.your.net&lt;BR /&gt;&lt;BR /&gt;4) log in with a userid and password that is valid on the Windows box.&lt;BR /&gt;&lt;BR /&gt;5) mget your files.&lt;BR /&gt;&lt;BR /&gt;If they are binary, make sure you issue the binary command prior to starting the transfer.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Jun 2005 00:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556243#M17950</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-02T00:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556244#M17951</link>
      <description>&lt;BR /&gt;Install the FTP server which comes part of IIS. then from linux shell prompt, run&lt;BR /&gt;&lt;BR /&gt;ftp &lt;WINDOWS host=""&gt;&lt;BR /&gt;&lt;BR /&gt;it will prompt you for user name and password. after authentication, run 'cd &lt;DIR&gt;' to change to the source directory in windows. &lt;BR /&gt;then, type 'bin' command to initiate binary mode transfer and 'mget &lt;LIST of="" files=""&gt;' to initiate file transfer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi&lt;/LIST&gt;&lt;/DIR&gt;&lt;/WINDOWS&gt;</description>
      <pubDate>Thu, 02 Jun 2005 04:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556244#M17951</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-02T04:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556245#M17952</link>
      <description>Install the FTP server in Windows 2000 Prof from the Add/Remove windows components &amp;gt; IIS option . Try ftp'ing to localhost from Win 2K for testing. Install the rpm of ftp client in linux server , which will be there by default ( if it is not there install it from the rpm file ftp-xxxx.rpm from the installation CD no 2 in RHEL). Then ftp to the Win 2K pc as 'ftp xx.xx.xx.xx' where xx is the ip addr of Win 2K . Login with the windows login name . Default working directory will be c:\inetpub\ftproot in win 2k . U can put the required files there which u r going to transfer to linux. u can then transfer the files using 'mget filename'.</description>
      <pubDate>Thu, 02 Jun 2005 07:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556245#M17952</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-02T07:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556246#M17953</link>
      <description>Do you realy need ftp to transfer the file? Then get the ftp-server running on the W2k machine. Now you can use `ftp` to mget your files.&lt;BR /&gt;&lt;BR /&gt;If you need to script this ftp and mget, have a look at `wget`. That is not interactive which is better in scripts. To use ftp with wget, just give it an ftp-style uri: `wget ftp://user:passwd@W2Kmachine/path/to/file`. Peek at `man wget` for options to transfer entire trees.&lt;BR /&gt;&lt;BR /&gt;On the other hand, there are many more ways to get files. My first idea (way before ftp) is to use cifs/samba/smb: Share the directory with the files you need to transfer. Now you can use `smbclient` to "samba-ftp" the files. Or you can mount the share and use the files direct (`smbmount //w2kmachine/share /mnt/smb -o username=w2k_uid%w2k_domain`) &lt;BR /&gt;&lt;BR /&gt;Then you can use the webserver (iis) on the w2k machine to open the direcotry for browsing and use `wget` to fetch the files. &lt;BR /&gt;&lt;BR /&gt;In the end, there is also nfs: make the W2K   machine a nfs-server, export the directory, mount this export on the linux box and use it.</description>
      <pubDate>Fri, 03 Jun 2005 03:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-ftp/m-p/3556246#M17953</guid>
      <dc:creator>C. Beerse_1</dc:creator>
      <dc:date>2005-06-03T03:35:30Z</dc:date>
    </item>
  </channel>
</rss>

