<?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: Newbie question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433698#M15136</link>
    <description>There are, like anything else UNIX related, about 10,000 ways to do this. All the above options are valid. Another way you could do this is rsync (involves enabling rlogins, which is risky due to data being send in clear text) which will sync all recursive directories if you ask it to. &lt;BR /&gt;Or, tar the file, then ftp it. Or maybe wget might work providing the directory is under your doc root. &lt;BR /&gt;&lt;BR /&gt;If you have your heart set on using rcp, consider scp, the secure version.</description>
    <pubDate>Wed, 01 Dec 2004 11:33:24 GMT</pubDate>
    <dc:creator>Paul Cross_1</dc:creator>
    <dc:date>2004-12-01T11:33:24Z</dc:date>
    <item>
      <title>Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433692#M15130</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to transfer files between a windows machine and a linux box. I know that you can use ftp. But using ftp, am not able to transfer directories between the two systems. Is there a workaround? Other options are to use apps like cuteftp, smartftp etc. But what about rcp? Can I use rcp to transfer files between a windows system and a linux system or is it strictly linux to linux only?&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;.. Raj</description>
      <pubDate>Wed, 01 Dec 2004 00:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433692#M15130</guid>
      <dc:creator>Raj_63</dc:creator>
      <dc:date>2004-12-01T00:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433693#M15131</link>
      <description>If you enable the 'rsh' service, and set up the appropraite '.rhosts' files, then it is possible to use the Windows based 'rsh' and 'rcp' to copy files.</description>
      <pubDate>Wed, 01 Dec 2004 01:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433693#M15131</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-12-01T01:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433694#M15132</link>
      <description>If you are using putty, there is this pscp command to scp from the GNU/Linux server to your Windows machine.  In a GNU machine, the rcp command is usually symlinked to the scp command.  Hth ....&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Ragu</description>
      <pubDate>Wed, 01 Dec 2004 01:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433694#M15132</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2004-12-01T01:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433695#M15133</link>
      <description>Raj, hi&lt;BR /&gt;&lt;BR /&gt;As another alternative, you can enable samba and mount a filesystem of your Linux system on your windows system. This way you have a windows gui and all you do is copy and paste files and directories between the two just as you would were you doing it locally on your windows system.&lt;BR /&gt;&lt;BR /&gt;There are a couple of steps to follow, but if you're interested, let me know and I'll post the step by step for you.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 01 Dec 2004 04:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433695#M15133</guid>
      <dc:creator>Paul_504</dc:creator>
      <dc:date>2004-12-01T04:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433696#M15134</link>
      <description>Thanks everybody for your suggestions. &lt;BR /&gt;&lt;BR /&gt;Paul, could you please provide the steps?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj</description>
      <pubDate>Wed, 01 Dec 2004 05:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433696#M15134</guid>
      <dc:creator>Raj_63</dc:creator>
      <dc:date>2004-12-01T05:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433697#M15135</link>
      <description>Hi Raj,&lt;BR /&gt;&lt;BR /&gt;to be able to mount Linux dir you have to install samba server&lt;BR /&gt;than in /etc/samba/smb.conf you must do following:&lt;BR /&gt;&lt;BR /&gt;[music]     #use the name in windows like directory you want to connet e.g #\\10.10.10.10\music&lt;BR /&gt;comment = Home Directories&lt;BR /&gt;path = /home/music/   #the dir&lt;BR /&gt;read only = No&lt;BR /&gt;create mask = 0640&lt;BR /&gt;directory mask = 0750&lt;BR /&gt;browseable = Yes #visible on network                              &lt;BR /&gt;&lt;BR /&gt;create the user you want to connect to dir like:&lt;BR /&gt;smbpasswd -a user1&lt;BR /&gt;passwd&lt;BR /&gt;&lt;BR /&gt;and restart smb server:&lt;BR /&gt;/etc/init.d/smb restart&lt;BR /&gt;&lt;BR /&gt;you can check setting by:&lt;BR /&gt;testparam&lt;BR /&gt;&lt;BR /&gt;and see who is currently connected:&lt;BR /&gt;smbstatus&lt;BR /&gt;&lt;BR /&gt;don't forget to set appropriate chmod or chown to shared dir , eg. &lt;BR /&gt;chown user1 /home/music&lt;BR /&gt;&lt;BR /&gt;rgds Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 08:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433697#M15135</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-12-01T08:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433698#M15136</link>
      <description>There are, like anything else UNIX related, about 10,000 ways to do this. All the above options are valid. Another way you could do this is rsync (involves enabling rlogins, which is risky due to data being send in clear text) which will sync all recursive directories if you ask it to. &lt;BR /&gt;Or, tar the file, then ftp it. Or maybe wget might work providing the directory is under your doc root. &lt;BR /&gt;&lt;BR /&gt;If you have your heart set on using rcp, consider scp, the secure version.</description>
      <pubDate>Wed, 01 Dec 2004 11:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433698#M15136</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-12-01T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433699#M15137</link>
      <description>If you are running XWindows on the linux box, you can also do what Paul and Jan are describing from the linux side using the smbclient tools.  You need to share whatever directories you want to transfer on the windows box.  Then you can use one of the graphical file managers like nautilus or konquerer to access the windows shares.  The transfer is basically drag and drop.&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
      <pubDate>Wed, 01 Dec 2004 11:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433699#M15137</guid>
      <dc:creator>Bruce Copeland</dc:creator>
      <dc:date>2004-12-01T11:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433700#M15138</link>
      <description>Hi Raj,&lt;BR /&gt;&lt;BR /&gt;i would suggest using a tool like 'Winscp' on widows.&lt;BR /&gt;it has a exploer (norton commader)-like interface where you can drag and drop files or directories from/to windows/linux.&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Matthias</description>
      <pubDate>Thu, 02 Dec 2004 03:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433700#M15138</guid>
      <dc:creator>Matthias Bayer</dc:creator>
      <dc:date>2004-12-02T03:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433701#M15139</link>
      <description>If your transfert doesn't need to be automated and comes from windows request, why don't you use a graphical client. If you are new to linux this may be simpliest way.&lt;BR /&gt;&lt;BR /&gt;Other wise, you could use wget with -r options to get files. There are ports for linux and windows.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 07:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-question/m-p/3433701#M15139</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-02T07:03:56Z</dc:date>
    </item>
  </channel>
</rss>

