<?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: copy file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764923#M101915</link>
    <description>Hi,&lt;BR /&gt;   Transefering files between machines can be either done using FTP or SCP.</description>
    <pubDate>Mon, 03 Apr 2006 23:15:23 GMT</pubDate>
    <dc:creator>Senthil Prabu.S_1</dc:creator>
    <dc:date>2006-04-03T23:15:23Z</dc:date>
    <item>
      <title>copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764921#M101913</link>
      <description>i have a file in unix. I want to copy from Unix environment to windows environment. How can i copy.</description>
      <pubDate>Mon, 03 Apr 2006 22:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764921#M101913</guid>
      <dc:creator>Debasis Mishra</dc:creator>
      <dc:date>2006-04-03T22:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764922#M101914</link>
      <description>Hi Debasis, &lt;BR /&gt;&lt;BR /&gt;What do you want to copy from Unix to Windows ? Give us some more information. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 03 Apr 2006 23:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764922#M101914</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-03T23:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764923#M101915</link>
      <description>Hi,&lt;BR /&gt;   Transefering files between machines can be either done using FTP or SCP.</description>
      <pubDate>Mon, 03 Apr 2006 23:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764923#M101915</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-04-03T23:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764924#M101916</link>
      <description>OK, You can do it with FTP. &lt;BR /&gt;&lt;BR /&gt;Open Command prompt in Windows, &lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;ftp &lt;YOUR_UNIX_SERVER&gt;&lt;BR /&gt;Connected to your_unix_server.&lt;BR /&gt;220 your_unix_server FTP server (Version 1.1.214.4(PHNE_30432) Thu Feb 26 10&lt;BR /&gt;:46:14 GMT 2004) ready.&lt;BR /&gt;User (server): root&lt;BR /&gt;331 Password required for root.&lt;BR /&gt;Password:&lt;BR /&gt;230 User root logged in.&lt;BR /&gt;ftp&amp;gt; ascii&lt;BR /&gt;ftp&amp;gt; get &lt;FILE_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/FILE_NAME&gt;&lt;/YOUR_UNIX_SERVER&gt;</description>
      <pubDate>Mon, 03 Apr 2006 23:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764924#M101916</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-03T23:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764925#M101917</link>
      <description>Use ftp &lt;WINDOWS machine=""&gt; with put command or do ftp from windows machine to unix and use get command. Use binary mode always.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/WINDOWS&gt;</description>
      <pubDate>Tue, 04 Apr 2006 00:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764925#M101917</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-04-04T00:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764926#M101918</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Otherwise you can enable a share filesystem between unix and windows by installing samba on  your unix server.If it's only one occasional transfer there is as Senthil said scp and sftp too.&lt;BR /&gt;&lt;BR /&gt;Look at this link for samba on HPUX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look at this link if you want a small soft for doing both ssh and sftp with only one connection from windows:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html" target="_blank"&gt;http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Kenavo&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 04 Apr 2006 01:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764926#M101918</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-04-04T01:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764927#M101919</link>
      <description>Debasis,&lt;BR /&gt;if you do not want to use ftp, you could :&lt;BR /&gt;1. Cut and paste the file via a X term session&lt;BR /&gt;2. mailx the file to yourself and save onto the windows box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 02:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764927#M101919</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-04T02:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764928#M101920</link>
      <description>Hi,&lt;BR /&gt;the ftp command on UNIX or any ftp tool on windows, to FTP command on windowd in cmd windows: start-&amp;gt; run-&amp;gt; cmd&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 05 Apr 2006 04:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764928#M101920</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-04-05T04:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764929#M101921</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ftp is the best option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 05 Apr 2006 06:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764929#M101921</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-04-05T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764930#M101922</link>
      <description>Hi Debasis:&lt;BR /&gt;&lt;BR /&gt;Be aware that if you are transferring a *text* file from Unix to Windows with FTP, you want to do an ASCII type transfer.  UNIX uses newline characters to delimit lines.  Windows uses a carriage-return plus linefeed (newline) combination.&lt;BR /&gt;&lt;BR /&gt;If you use an ASCII transfer (moving either way) the translation will be made automatically for you, which is generally what you want.&lt;BR /&gt;&lt;BR /&gt;For binary data, or no translation, do the FTP transfer in BINARY.&lt;BR /&gt;&lt;BR /&gt;Should you encounter a file on your Unix platform with ^M$ characters at the end, you can strip the carriage-return (^M) with the 'dos2ux' utility.  Conversely, there is a 'ux2dos' variation to perform the inverse.  See the manpages for 'dos2ux' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Apr 2006 06:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764930#M101922</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-05T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764931#M101923</link>
      <description>Debasis,&lt;BR /&gt;&lt;BR /&gt;Use FTP as suggested by others. &lt;BR /&gt;&lt;BR /&gt;People are helping you to solve your problem, but it required some remarks from you by providing marks to those who helped you...at present your status is &lt;BR /&gt;&lt;BR /&gt;"I have assigned points to   0  of   36  responses to my questions"&lt;BR /&gt;&lt;BR /&gt;Chan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2006 07:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764931#M101923</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-04-05T07:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: copy file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764932#M101924</link>
      <description>Arun,S.Prabu,Muthu,P.L.Guyader,Peter,A.Galbiati,Sivakumar,James,Chan,&lt;BR /&gt;&lt;BR /&gt;Thanks to all for help me in this regard.</description>
      <pubDate>Wed, 05 Apr 2006 22:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file/m-p/3764932#M101924</guid>
      <dc:creator>Debasis Mishra</dc:creator>
      <dc:date>2006-04-05T22:27:25Z</dc:date>
    </item>
  </channel>
</rss>

