Keine Verbindung über ein FTP Programm

Backup, Restore und Transfer von Daten
Post Reply
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

Keine Verbindung über ein FTP Programm

Post 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
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Keine Verbindung über ein FTP Programm

Post by captaincrunch »

Und was bitteshön hat das mit Mailservern zu tun?

Daher: verschoben ins Datentransfer.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

Re: Keine Verbindung über ein FTP Programm

Post 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.
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

Re: Keine Verbindung über ein FTP Programm

Post 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 ?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Keine Verbindung über ein FTP Programm

Post by Joe User »

Deinstalliere Deine "Personal Firewall"...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

Re: Keine Verbindung über ein FTP Programm

Post 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 :)
Post Reply