<?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 need ftp client started from shell specially for transfers from linux to windows in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318539#M72463</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;need ftp client started from shell specially for transfers csv (text) files from linux to windows, something like LLNL XFTP, but without GUI and using only from shell Konsole.  &lt;BR /&gt;&lt;BR /&gt;in my case XFTP is only a ftp client, that transfer all files without getting corrupt&lt;BR /&gt;&lt;BR /&gt;I've tried ftp from shell, gftp, lftp, &lt;BR /&gt;to convert unix2dos or iconv  as well or transfer binary or ascii .&lt;BR /&gt;files after transfer are always currupt.      &lt;BR /&gt;only LLNL XFTP transfers each time perfectly. &lt;BR /&gt;  &lt;BR /&gt;&lt;A href="http://www.llnl.gov/ia/xftp.html" target="_blank"&gt;http://www.llnl.gov/ia/xftp.html&lt;/A&gt;</description>
    <pubDate>Tue, 29 Jun 2004 18:44:55 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-06-29T18:44:55Z</dc:date>
    <item>
      <title>need ftp client started from shell specially for transfers from linux to windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318539#M72463</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;need ftp client started from shell specially for transfers csv (text) files from linux to windows, something like LLNL XFTP, but without GUI and using only from shell Konsole.  &lt;BR /&gt;&lt;BR /&gt;in my case XFTP is only a ftp client, that transfer all files without getting corrupt&lt;BR /&gt;&lt;BR /&gt;I've tried ftp from shell, gftp, lftp, &lt;BR /&gt;to convert unix2dos or iconv  as well or transfer binary or ascii .&lt;BR /&gt;files after transfer are always currupt.      &lt;BR /&gt;only LLNL XFTP transfers each time perfectly. &lt;BR /&gt;  &lt;BR /&gt;&lt;A href="http://www.llnl.gov/ia/xftp.html" target="_blank"&gt;http://www.llnl.gov/ia/xftp.html&lt;/A&gt;</description>
      <pubDate>Tue, 29 Jun 2004 18:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318539#M72463</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-06-29T18:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: need ftp client started from shell specially for transfers from linux to windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318540#M72464</link>
      <description>Hi,&lt;BR /&gt;Are you trying to transfer between Linux&lt;BR /&gt;and Windows but controlled from a 3rd machine?&lt;BR /&gt;Is that the issue?&lt;BR /&gt;&lt;BR /&gt;...Laurie :{)</description>
      <pubDate>Tue, 29 Jun 2004 19:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318540#M72464</guid>
      <dc:creator>Laurie Gellatly</dc:creator>
      <dc:date>2004-06-29T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: need ftp client started from shell specially for transfers from linux to windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318541#M72465</link>
      <description>how do you mean corrupt? windows and linux handle line feeds differently, and gennerally you need to run "conv" against any files you wish to use on the other platform. conv -d will force dos-style.&lt;BR /&gt;&lt;BR /&gt;dos (and by extension, windows) expects a LF then a CR (or reverse, i forget)&lt;BR /&gt;linux treats the latter (whichever that is) as both and the former as a non-printing char. &lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 07:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318541#M72465</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-07-01T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: need ftp client started from shell specially for transfers from linux to windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318542#M72466</link>
      <description>Or are they corrupted because win expects binary while you get ascii ?</description>
      <pubDate>Thu, 01 Jul 2004 07:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318542#M72466</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-07-01T07:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: need ftp client started from shell specially for transfers from linux to windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318543#M72467</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how is the file corrupted ? If you are transfering txt file via ASCII mode, there is no reason for corruption and also ftp client or server doesn't take any role.&lt;BR /&gt;&lt;BR /&gt;check, if the orig. file on linux has no windows nonprintable characters, by:&lt;BR /&gt;&lt;BR /&gt;cat -v file &lt;BR /&gt;&lt;BR /&gt;br Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 11:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318543#M72467</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-07-01T11:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: need ftp client started from shell specially for transfers from linux to windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318544#M72468</link>
      <description>Greetings,&lt;BR /&gt; This (for me anyway) is an easy answer. ;)&lt;BR /&gt;Firstly, I feel as I should mention that if&lt;BR /&gt;these boxes are connected to the internet,&lt;BR /&gt;you should _seriously_ consider using Sftp&lt;BR /&gt;(SecureFileTransferProtocol) or SCP (Secure&lt;BR /&gt;CopyProtocol). Why? Well, with all the ppl&lt;BR /&gt;scanning ports and logging activities on the&lt;BR /&gt;Internet. This is a _real_ threat to your own&lt;BR /&gt;security. Using the (Secure way) isn't any&lt;BR /&gt;harder but _is_ alot more secure (safer).&lt;BR /&gt;But to answer your question...&lt;BR /&gt;If you're using a plain ftp client it's easy.&lt;BR /&gt;First, is the file your downloading in Text,&lt;BR /&gt;or Binary format? If it's in Text, at the&lt;BR /&gt;ftp prompt, type A, then enter. A is short&lt;BR /&gt;for ASCII. If, on the other hand, the file&lt;BR /&gt;you want to download is in Binary format,&lt;BR /&gt;at the ftp prompt, type BIN. As the name&lt;BR /&gt;suggests, it means use BINARY format for&lt;BR /&gt;transfer. You should see a response similar&lt;BR /&gt;to: TYPE set to BINARY mode. I have a large&lt;BR /&gt;network of Win2k servers, *BSD servers, and&lt;BR /&gt;Macintosh (Mac classic) boxes. Using the&lt;BR /&gt;technique above gives me no troubles with&lt;BR /&gt;any of the machines. Altho I use sftp you&lt;BR /&gt;will have no conversion troubles with either&lt;BR /&gt;way if you use the way I sugested. The&lt;BR /&gt;transfer will be done in the correct format&lt;BR /&gt;for you. Dos doesn't handle Mac/ UNIX line&lt;BR /&gt;feeds well. So, if you're sending text in&lt;BR /&gt;either of those formats, altho ASCII, the&lt;BR /&gt;unix2dos script will fix them for use in&lt;BR /&gt;Notepad, or whatever. Well, have fun!&lt;BR /&gt;&lt;BR /&gt;Chris out...&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 14:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-ftp-client-started-from-shell-specially-for-transfers-from/m-p/3318544#M72468</guid>
      <dc:creator>unknown_6</dc:creator>
      <dc:date>2004-07-01T14:07:53Z</dc:date>
    </item>
  </channel>
</rss>

