<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content=Word.Document name=ProgId>
<META content="MSHTML 5.00.3315.2869" name=GENERATOR>
<META content="Microsoft Word 10" name=Originator><LINK 
href="cid:filelist.xml@01C0CEAD.93378FD0" rel=File-List><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]-->
<STYLE>P.MsoNormal {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
LI.MsoNormal {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
DIV.MsoNormal {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose; mso-style-noshow: yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */ 
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";}
</style>
<![endif]--></HEAD>
<BODY bgColor=#ffffff lang=EN-US link=blue style="tab-interval: .5in" 
vLink=purple>
<DIV><FONT face=Arial size=2>Redhat decided to disable telnet and FTP by default 
because they are insecure protocols.  IMHO, this was a SMART move.  
</FONT><FONT face=Arial size=2>I highly suggest everyone NEVER to use either 
protocol, with the exception of anonymous FTP to download files from file 
archives.  Redhat finally made this good decision, probably after they were 
burned by the Ramen worm cracking their wuftpd in Redhat 6.x.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Redhat 7.1 contains OpenSSH v2.5.2x which has 
several valid alternatives to FTP for all your file transfer needs.  SSH v1 
protocol supports 'scp'.  Other Linux machines can easily use the client to 
transfer files.  Windows can use the same OpenSSH tools if you install 
Cygwin <A href="http://www.cygwin.com">http://www.cygwin.com</A></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Though I'm guessing that you rather have friendly 
GUI tools in Windows for doing file transfers.  Here are several free 
options.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>WinSCP - Similar interface to WS_FTP or 
CuteFTP</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://winscp.vse.cz/eng/">http://winscp.vse.cz/eng/</A></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Mindterm - Java SSH client with built in SCP and 
SFTP, a more friendly file transfer protocol introduced in SSH v2.  Because 
Mindterm is written in Java, it runs fine on many Windows, MacOS, Linux, and 
Solaris JVM's.  The latest version of Mindterm has the following options 
for file transfers.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>1) SCP - Works fine, but somewhat inconvenient 
because you must type in the complete file name in the remote side.</FONT></DIV>
<DIV><FONT face=Arial size=2>2) SFTP (text mode) - SFTP client, with roughly the 
same commands as any text mode FTP.  Not very convenient 
either.</FONT></DIV>
<DIV><FONT face=Arial size=2>3) FTP to SFTP bridge - Now this is awesome.  
Simply connect to the remote machine via SSH, then activate the FTP to SFTP 
bridge.  You can then connect to <A 
href="ftp://localhost">ftp://localhost</A> with your favorite FTP client 
and transfer files just as you would normally.  The current version of 
Mindterm has slight bugs in this bridge, but they should be fixed by the next 
release.</FONT></DIV>
<DIV><FONT face=Arial size=2>4) FTP to FTP via SSH tunnel.  This is a bit 
more complex.  You run the normal FTP daemon on the Redhat machine, except 
use iptables to disallow connections from anywhere except 127.0.0.1 
(itself).  You then configure a FTP tunnel in Mindterm and connect to 
yourself in the same fashion as method 3 with any FTP client.  All traffic 
is routed through the SSH tunnel in a secure fashion.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>*****</FONT></DIV>
<DIV><FONT face=Arial size=2>PLEASE USE SCP and/or SFTP!!!</FONT></DIV>
<DIV><FONT face=Arial size=2>But I can't force you.  If you don't care 
about security, use FTP.</FONT></DIV>
<DIV><FONT face=Arial size=2>wuftpd requires xinetd to be running.  Make 
sure it is running with </FONT></DIV>
<DIV><FONT face=Arial size=2>/etc/init.d/xinetd status</FONT></DIV>
<DIV><FONT face=Arial size=2>and start with</FONT></DIV>
<DIV><FONT face=Arial size=2>/etc/init.d/xinetd start</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>To make the setting permanent within your current 
runlevel, run "setup" and go into Services or something.  You'll find 
xinetd.  Also make sure the FTP daemon is activated.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Alternative you can configure settings for all 
runlevels at once in linuxconf "Control Service Activity".</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>but again, PLEASE DO NOT USE FTP!!!</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:d.eason@home.com" title=d.eason@home.com>dave</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:luau@list.luau.hi.net" title=luau@list.luau.hi.net>Linux & 
  Unix Advocates & Users</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, April 26, 2001 6:04 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [luau] redhat 7.1</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">I upgraded from 7 to 7.1, is 
  telnet/ftp off my default or did I mess something up, SSH works, however.<SPAN 
  style="mso-spacerun: yes">  </SPAN>I don’t need telnet to be on but I do 
  need the ftp, any ideas/suggestions?<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>