> 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?
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.
, 139
-Original Message-
From: Yobb [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 9:40 PM
To: Debian User List
Subject: FTP problems
Help.
I have a small network at home. I have two NIC cards in my Debian
machine, a single NIC in my windows machine and a cross over cable
li
Help.
I have a small network at home. I have two NIC cards in my Debian
machine, a single NIC in my windows machine and a cross over cable
linking the two machines. I can successfully telnet from my windows
machine to my Debian machine but i can't ftp from my windows machine to
my Debian machine
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
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 -
Anonymous access granted, restrictions apply.
#DB# RCmd: "CWD /"
#DB# RCmd: "PWD"
257: "/" is curr
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
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
* 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
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
> "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
Hi all,
I have a Debian box (woody) with IP Masq set-up, no problems with
accessing the internet or internally with ftp with my win98 and win2000
box's
but if I try to access external ftp sites it logs in, authenticates and then
gives the following error
< 500 Illegal PORT command.
* PORT
some ftp daemons check to see if the user has a valid login shell before
allowing a ftp login. check /etc/shells to see if that user's shell is
listed.
nate
[mailto:[EMAIL PROTECTED] ]--
Linux System Administrator http://www.firetrail.com/
On Sun, 24 Oct 1999, Daniel Lesage wrote:
: Hi all.
:
: I've been having trouble FTPing to my Debian box over my LAN for a while
: now. Here's what happens:
:
: Problem 1) I can't FTP as root, and I understand why. But one (and only
: one) of
: my users is also unable to FTP there, getti
Hi all.
I've been having trouble FTPing to my Debian box over my LAN for a while
now. Here's what happens:
Problem 1) I can't FTP as root, and I understand why. But one (and only
one) of
my users is also unable to FTP there, getting the same error message as when I
try as root. That user is not l
I am having problems with anonymous ftping into my linux boxes. When I
connect, there is nothing visible. However, I have put stuff in the
/home/ftp directory structure.
Does anyone have any idea what might be going on?
TIA,
chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 12 Nov 1998, Nathan E Norman wrote:
> : > Hmm, there isn't even a lib or bin directory! I'm using ProFTP (just
> : > noticed that the subject makes it look like I'm running anonftp). I can
> : > copy these over from an old install, but what
[ snip ]
: > Hmm, there isn't even a lib or bin directory! I'm using ProFTP (just
: > noticed that the subject makes it look like I'm running anonftp). I can
: > copy these over from an old install, but what's a better way to fix this?
ProFTP doesn't need a lib or bin directory, which is trul
Oh, I thought you were talking about using just the standard in.ftpd
that comes with whatever standard Debian network package. I don't
know anything about any other daemons, but I would guess that they too
probably need ls and it's libs or a statically linked ls. Just create
the directories. T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 11 Nov 1998, Eric wrote:
> The most frequent problem that causes this is that you need to have ls
> in the /home/ftp/bin directory (or whatever directory you use for
> anonymous ftp) and you also need ld-linux.so.2 and libc6.so.6 in
> /home/f
The most frequent problem that causes this is that you need to have ls
in the /home/ftp/bin directory (or whatever directory you use for
anonymous ftp) and you also need ld-linux.so.2 and libc6.so.6 in
/home/ftp/lib because ls depends on them...that is, unless you have a
statically linked ls.
On
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm running hamm and when a user logs in as anonymous into my ftp box,
they can't see what's in the directories; they can cd into them and grab
files if they know the filenames, but can't see anything through ls.
Everything in ~ftp/ is owned by root, a
On Tue, 20 Jan 1998, Sudhakar Chandrasekharan wrote:
> * Why does dpkg-ftp insist on downloading all of the packages that are
> selected? In other words, why doesn't it download only those packages
> (among the ones selected for installation) that are not already
> installed?
I've never had a pr
Sudhakar Chandrasekharan <[EMAIL PROTECTED]> writes:
SC> * Why does dpkg-ftp insist on downloading all of the packages that
SC> are selected? In other words, why doesn't it download only
SC> those packages (among the ones selected for installation) that
SC> are not already installed?
In my
Hi,
I'm trying to upgrade my hamm installation through dselect's FTP method
of retrieving packages. Here are some comments.
* Why does dpkg-ftp insist on downloading all of the packages that are
selected? In other words, why doesn't it download only those packages
(among the ones selected for i
I'm having a slight problem with my ftp server.
Users can connect fine, transfers work great, however, the ls command
doesn't work.
I (and users) can't get a listing of any files on the remote end. However,
I did find a bit of a "work-around". ls will work if you specify a
directory to list. i
On Sun, 13 Apr 1997 [EMAIL PROTECTED] wrote:
> I apologize in advance for what may be a silly question, but, I am
> attempting to download Debian Linux from the US site (130.207.9.21), so
> I log on and go to the directory:
> /ac184/linux/distributions/debian/rex-fixed/binary-i386/base
> and attem
I apologize in advance for what may be a silly question, but, I am
attempting to download Debian Linux from the US site (130.207.9.21), so
I log on and go to the directory:
/ac184/linux/distributions/debian/rex-fixed/binary-i386/base
and attempt to click on one of the many directory, for instance,
> "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:
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
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.
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
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,
> 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
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.
J
[EMAIL PROTECTED]
--
TO UNSUBSCRIBE FROM THIS MAILING LIST
Assuming that this is the correct group to ask this type of question,
could someone help with a couple of problems I'm having with Debian
installation:
First, dselect (which generally works very well), appears to have become
broken somehow -- I can no longer change the Access method to use. If I
36 matches
Mail list logo