Re: [newbie] Telnet and FTP

2003-06-25 Thread Ciprian Trofin
 Please, look at the following scenario:
 1. I logon to Linux box
 2. in the telnet console I initialize a ftp session, from the Linux
 box, to another machine (machine 2)
 3. I initialize a download from machine 2 to the Linux box
 4. I put the ftp process in the background
 5. logout from the Linux box
 
 In this moment, I expect the download to continue, but it doesn't.
 I if use the same scenario but I use wget instead of ftp, the download
 works in background even after I logout the Linux box.
 
 Question: it is normal that the ftp download stops after I logout or
 am I missing something?

SK What commands are you using for the ftp - a script? Regular commands
SK typed into the console?

I use regular commands typed into the console.
ftp ftp://user:[EMAIL PROTECTED]/
mget something
Ctrl-Z
bg
logout


-- 
 Ciprian

 A lottery is just a tax on people who are bad at math. - Heinlein


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Telnet and FTP

2003-06-24 Thread Ciprian Trofin
Hello,
I (sort of) administer a Linux box.

Please, look at the following scenario:
1. I logon to Linux box
2. in the telnet console I initialize a ftp session, from the Linux
box, to another machine (machine 2)
3. I initialize a download from machine 2 to the Linux box
4. I put the ftp process in the background
5. logout from the Linux box

In this moment, I expect the download to continue, but it doesn't.
I if use the same scenario but I use wget instead of ftp, the download
works in background even after I logout the Linux box.

Question: it is normal that the ftp download stops after I logout or
am I missing something?

-- 
 Regards,
 Ciprian

 Confucius say, He who chases car will get exhausted.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] telnet and ftp question

2001-07-25 Thread Hipolito Lopez



Hi to all,

I recently installl LM 7.1, and everything is 
fine.. well.. almost everything, only I have 2 problem.

1- I can make telnet to other hosts/machine but 
other hosts/machine can't access my address, check the hosts.allow and 
hosts.deny but I don't that can I do.

2- When I make a ftp to my address in the server 
with LM 7.1but it's take a while to prompt me for the user name(about 1 or 
2 mins.)

What can I do? or check? 

Thanks in advance


Re: [newbie] telnet and ftp access

2001-02-09 Thread Allan Parreno


run setup under root's account under system services look for inetd then
activate next you restart your computer it should work. 

about talk same thing edit your inetd.conf, be sure the talk is
uncomment. then type mesg=y

hope this will help
On Fri, 9 Feb 2001, Adi W. Rahadi wrote:

 Thanks, it works, but after i start
 #inetd
 and remove in hosts.deny
 
 why inetd can't automatically start when my machine's up?, where i can
 add some options to start inetd when my machine start?

 
 one more question, before i start inetd, i can't use talk, it's allways
 refuse and now it goes
 
 [No connection yet]
 [Checking for invitation on caller's machine]
 
 without ringing on other party, everytime i talk user
 
 Please help me, thanks alot.
 
 Adi
 
 Allan Parreno wrote:
  
  check the /etc/inetd.conf if the ftp and telnet has a # and maybe check
  the /etc/hosts.allow and /etc/hosts.deny
  
  On Fri, 9 Feb 2001, Adi W. Rahadi wrote:
 
 

-- 
- - - - - - - - - - - - - -
a l l a n  t. p a r r e n o
OneVirtual Internet - Iloilo
--
Make the first effort to work toward greatness.  You will learn a lot as
you go, and perfect your approach. The important thing now is to get
started and keep going.






[newbie] telnet and ftp access

2001-02-08 Thread Rooms Frédéric

Hello,

I installed the 7.2 distribution and I like to connect directly to my pc by a 
ftp or telnet session.  When I try this, I get a message telling me that the 
connection is refused.  Has anyone the solution ?

Thanks a lot

Frdric Rooms




Re: [newbie] telnet and ftp access

2001-02-08 Thread Mark Weaver

Ok...first, did you install a server, workstation, or developer install
when you installed Mandrake? Very likely the reason you can't connect to
your box on with either of these programs is because the servers for these
services are not installed on your system.

If you didn't specify the servers to be installed, i.e. telnet-server, the
7.2 installation program doesn't install them by default. Since you can't
connect to the FTP service either I'm willing to bet that you didn't do a
server install either.

Really all you have to do is install the FTP and the telnet-server
packages and you should be able to connect to your machine using these
services. However, you would be much better served to avoid using telnet
all together and instead use ssh. it's much more secure, and just as easy
to install and use.

-- 
Mark

"If you don't share your concepts and ideals, they end up being worthless,"
"Sharing is what makes them powerful."


On Thu, 8 Feb 2001, Rooms [iso-8859-1] Frédéric wrote:

 Date: Thu, 8 Feb 2001 14:01:08 +0100
 From: "Rooms [iso-8859-1] Frédéric" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [newbie] telnet and ftp access

 Hello,

 I installed the 7.2 distribution and I like to connect directly to my pc by a
 ftp or telnet session.  When I try this, I get a message telling me that the
 connection is refused.  Has anyone the solution ?

 Thanks a lot

 Frédéric Rooms






Re: [newbie] telnet and ftp access

2001-02-08 Thread Adi W. Rahadi

It happens to me, but more details: i've already choose server, and now
all i can't telnet,ftp, and talk my mandrake even from localhost. 

#telnet 10.65.1.25
Trying 10.65.1.25...
telnet: Unable to connect to remote host: Connection refused
#ftp 10.65.1.25
ftp: connect: Connection refused

please help!

Adi W. Rahadi

Mark Weaver wrote:
 
 Ok...first, did you install a server, workstation, or developer install
 when you installed Mandrake? Very likely the reason you can't connect to

  Hello,
 
  I installed the 7.2 distribution and I like to connect directly to my pc by a
  ftp or telnet session.  When I try this, I get a message telling me that the
  connection is refused.  Has anyone the solution ?
 
  Thanks a lot
 
  Frdric Rooms