Page 1 of 1

Keine Verbindung über ein FTP Programm

Posted: 2004-04-08 12:52
by blnsnoopy26
Hi,

Ich musste heute feststellen, das ich mich über mein FTP Programm nicht mehr einloggen kann. Ich benutze vsftpd als FTP Programm auf meinem Linuxserver.

Wenn ich mich per Shell einloggen tue und per "ftp" mich einloggen will, dann funktioniert es ohne Probleme, aber hier mit meinem Windows FTP Client ist da nix zu machen. Es ist auch egal welcher FTP Client... es funktioniert mit keinem.

Es steht da immer:

[00006] [12:49:47] STATUS:> Resolving « 217.xxx.xxx.x »

Und bricht dann ab. Kann mir da jemand helfen, weil ich weiss da jetzt wirklich nicht weiter :( Wie gesagt wenn ich mich via SSH einlogge und dann über shell "ftp" aufrufe funzt es ohne Probleme.

hier die *.conf datei
#### CONFIXX VSFTPD KONFIGURATIONSDATEI ####
#### erstellt am ###

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022

xferlog_enable=YES
xferlog_file=/var/log/xferlog
xferlog_std_format=YES

ascii_upload_enable=YES
ascii_download_enable=YES
ls_recurse_enable=YES

connect_from_port_20=YES

chroot_local_user=YES

userlist_enable=YES
userlist_file=/etc/chrootUsers
userlist_deny=NO

pam_service_name=vsftpd

Re: Keine Verbindung über ein FTP Programm

Posted: 2004-04-08 12:57
by captaincrunch
Und was bitteshön hat das mit Mailservern zu tun?

Daher: verschoben ins Datentransfer.

Re: Keine Verbindung über ein FTP Programm

Posted: 2004-04-08 13:07
by blnsnoopy26
Ohh sry.. hab da nicht ganz hingesehn.
Weisst du, wie ich das Problem lösen kann?

Server Ist zu 100% erreichbar und über SSH kann ich eine ftpverbindung herstellen nur über mein windwos FTP Client nicht.

Ich hoffe, dass jemand eine Lösung hat.

Re: Keine Verbindung über ein FTP Programm

Posted: 2004-04-08 14:23
by blnsnoopy26
Hi,

Also wie ich oben sagte funzt es via SSH:

Code: Select all

ftp
ftp> open
(to) 217.xxx.xxx.x
Connected to xxxxx.de.
220 ready, dude (vsFTPd 1.1.0: beat me, break me)
Name (217.xxxx.xxx.x:root): web4
331 Please specify the password.
Password:
230 Login successful. Have fun.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
500 Illegal EPSV command.
227 Entering Passive Mode (217,xxxx,xxx,x,201,134)
150 Here comes the directory listing.
drwxr-xr-x    2 0        0            4096 Feb 24 13:48 backup
drwxr-xr-x    2 640      101          4096 Feb 24 13:48 files
drwxr-xr-x    9 640      101          4096 Apr 08 11:40 html
drwxr-xr-x    3 0        0            4096 Apr 06 00:01 log
drwxrwxrwx    2 640      101          4096 Apr 07 16:34 phptmp
drwxr-xr-x    2 640      101          4096 Feb 24 13:48 restore
226 Directory send OK.
ftp> 
Warum aber klappt es nicht mit meinem windows FTP Client ?

Re: Keine Verbindung über ein FTP Programm

Posted: 2004-04-08 17:23
by Joe User
Deinstalliere Deine "Personal Firewall"...

Re: Keine Verbindung über ein FTP Programm

Posted: 2004-04-08 18:47
by blnsnoopy26
Hi,

Jo, das hatte ich zuerst ganz vergessen und bin erst später dann drauf gekommen, aber nu geht wieder alles ;)

Danke trotzdem :)