Re: FTP problems

2001-02-14 Thread Susumu Takuwa
> On Thu, 15 Feb 2001 13:40:17 -0700 Yobb writes: Y> linking the two machines. I can successfully telnet from my windows Y> machine to my Debian machine but i can't ftp from my windows machine to Y> my Debian machine? Why is this? Have you ever installed FTP daemon program?

Re: FTP problems

2001-02-14 Thread Sebastiaan
Hi, do you have the ftp daemon installed? You can do this with: apt-get install ftpd You can look which ports are opened: nmap localhost and look for the ftp port. If it is there, all should work. Greetz, Sebastiaan On Thu, 15 Feb 2001, Yobb wrote: > Help. > > I have a small network at home.

RE: FTP problems

2001-02-14 Thread Joris Lambrecht
i guess some things got mixed up here, if your not able to telnet from debian to windows this is because there is no telnet service running, if you're running some kind of service (www,ftp) on your windows machine try to telnet to one of these ports, a few ports you could try are 135, 138, 139 ---

Re: ftp problems

2001-01-15 Thread Davide Sandini
ktb wrote: > > I'm having trouble using ftp or ncftp from my debian box. It is > behind a firewall but I can ftp from my freebsd box and from the > firewall box. I ran "ncftp -D ftp.gnu.org" and get the following - Hi, i have (I think similar) problem with ftp uploading .zip or .jpg files Outpu

Re: ftp problems in masquerading with WIN box

2000-04-03 Thread sgaerner
nal Message - > From: Ashley Clark <[EMAIL PROTECTED]> > To: > Sent: Monday, April 03, 2000 12:25 AM > Subject: Re: ftp problems in masquerading with WIN box > > * Bill ([EMAIL PROTECTED]) wrote: >> Yes, ip_masq_ftp.o is installed in /lib/modules/2.0.36/ipv4/ &g

Re: ftp problems in masquerading with WIN box

2000-04-03 Thread Bill
Thank you Ashley, works well, I'm a beginner, but I'm getting there slowly :-) - Original Message - From: Ashley Clark <[EMAIL PROTECTED]> To: Sent: Monday, April 03, 2000 12:25 AM Subject: Re: ftp problems in masquerading with WIN box * Bill ([EMAIL PROTECTE

Re: ftp problems in masquerading with WIN box

2000-04-02 Thread Ashley Clark
* Bill ([EMAIL PROTECTED]) wrote: > Yes, ip_masq_ftp.o is installed in /lib/modules/2.0.36/ipv4/ > > does this need to be configured? > and if so can you please tell me how? You'll need to load the module, you can add ip_masq_ftp to /etc/modules and then run modprobe ip_masq_ftp, that way it

Re: ftp problems in masquerading with WIN box

2000-04-02 Thread Bill
4 PM Subject: Re: ftp problems in masquerading with WIN box > >>>>> "Bill" == Bill <[EMAIL PROTECTED]> writes: > > Bill> Hi all, I have a Debian box (woody) with IP Masq set-up, no > Bill> problems with accessing the internet or internall

Re: ftp problems in masquerading with WIN box

2000-04-02 Thread Bill Alexander
> "Bill" == Bill <[EMAIL PROTECTED]> writes: Bill> Hi all, I have a Debian box (woody) with IP Masq set-up, no Bill> problems with accessing the internet or internally with ftp Bill> with my win98 and win2000 box's but if I try to access Bill> external ftp sites it logs in, au

Re: FTP problems (not DSELECT)

1997-02-24 Thread James LewisMoss
> "William" == William Chow <[EMAIL PROTECTED]> writes: William> On Sat, 22 Feb 1997, Bubonic wrote: >> Okay this is weird. >> >> I can FTP to my machine, but only to anonymous. UNLESS, the >> account that I am FTPing to is running bash for a shell. If it is >> running tcsh, it says:

Re: FTP problems (not DSELECT)

1997-02-23 Thread Nicolás Lichtmaier
On Sat, 22 Feb 1997, Bubonic wrote: > I can FTP to my machine, but only to anonymous. UNLESS, the account that > I am FTPing to is running bash for a shell. If it is running tcsh, it > says: user access denied. Check that the shell is listed in /etc/shells, ftpd check if the user's shell is

Re: FTP problems (not DSELECT) (fwd)

1997-02-23 Thread Rick Macdonald
Oops. I should have said "tcsh", not "bash", needs to be in /etc/shells... -- Forwarded message -- > I can FTP to my machine, but only to anonymous. UNLESS, the account that > I am FTPing to is running bash for a shell. If it is running tcsh, it > says: user access denied.

Re: FTP problems (not DSELECT)

1997-02-23 Thread Rick Macdonald
On Sat, 22 Feb 1997, Bubonic wrote: > I can FTP to my machine, but only to anonymous. UNLESS, the account that > I am FTPing to is running bash for a shell. If it is running tcsh, it > says: user access denied. > I find this rather strange. So did I until I RTFM. You need "/usr/bash" in /e

Re: FTP problems (not DSELECT)

1997-02-23 Thread William Chow
On Sat, 22 Feb 1997, Bubonic wrote: > Okay this is weird. > > I can FTP to my machine, but only to anonymous. UNLESS, the account that > I am FTPing to is running bash for a shell. If it is running tcsh, it > says: user access denied. > > Any ideas? > > I find this rather strange. Yeah,

Re: FTP problems (not DSELECT)

1997-02-23 Thread Steve Reid
> I can FTP to my machine, but only to anonymous. UNLESS, the account that > I am FTPing to is running bash for a shell. If it is running tcsh, it > says: user access denied. Make sure tcsh is listed in /etc/shells. Most FTP daemons won't let a user in unless they have a valid shell. -- TO