This is a discussion on Unable to connect to FTP server within the Linux Networking forums, part of the Linux Forums category; Herman Pool <h.pool@nibble.nl> wrote: > Hi all, > > I have installed Fedora on my ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Herman Pool <h.pool@nibble.nl> wrote:
> Hi all, > > I have installed Fedora on my PC. > > I can telnet from my laptop to my linux machine. I have edited the > ftp files in /etc/xinetd.d (set disable = no) > > I can't FTP to my linux machine with FTP or secure FTP. When I want > to FTP from my laptop to my linux machine, I get the following error: > > Unable to connect to FTP server. 530 Must perform authentication > before identifying USER (530) It sounds as if the server is trying to force some sort of (possibly cryptographic) authentication. Perhaps it is only authorised non-secure ftp to particular machines. I suggest you turn on debugging and see what commands it is sending. Is it perhaps using IPv6? I think that rings a bell with some FTP errors. -- Cameron Kerr cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/ Empowered by Perl! |
|
|||
|
Hi all,
I have installed Fedora on my PC. I can telnet from my laptop to my linux machine. I have edited the ftp files in /etc/xinetd.d (set disable = no) I can't FTP to my linux machine with FTP or secure FTP. When I want to FTP from my laptop to my linux machine, I get the following error: Unable to connect to FTP server. 530 Must perform authentication before identifying USER (530) What can I do to solve this? with kind regards, Herman Pool |
|
|||
|
On Fre, 21 Mai 2004 at 08:26 GMT, Herman Pool wrote:
> Hi all, > [...] > I can't FTP to my linux machine with FTP or secure FTP. > When I want to FTP from my laptop to my linux machine, I get the following error: > > Unable to connect to FTP server. > 530 Must perform authentication before identifying USER > (530) > > > What can I do to solve this? > supply a user name and a password. Simply type "user <username>" in your ftp-client. > > with kind regards, > > Herman Pool -- Robert... |