[SunHELP] Ftp connection refused!
DAUBIGNE Sebastien - BOR
sunhelp at sunhelp.org
Thu Jul 26 05:36:11 CDT 2001
That's an FTP protocol issue, re-read related RFC.
You send a PORT command to the server-side :=20
PORT 192,168,8,101,14,18
So you say to the server "Ok, send me all your data on TCP port number =
3602
(14*256+18), I'm listening on it".
Unfortunately, you have no process LISTENING on port 3602 ("Connection
refused").
This is ftp client job: when you use ftp client, it opens a socket =
listening
on port xxx (3602 in your case), THEN issue the port command, THEN =
issue the
list command, and prints on the screen everything received from the =
socket.
If you want to play directly with FTP protocol, just launch a TCP =
server
listening on that port.
You can also use "ftp" command.
---
Sebastien DAUBIGNE=20
sebastien.daubigne at sema.fr - 05.57.26.56.36
Sema Global Services - AFM/DW/Pessac
-----Message d'origine-----
De: Devrim Yilmaz (Garanti Teknoloji)
[SMTP:DevrimY at garanti.com.tr]
Date: jeudi 26 juillet 2001 09:54
=C0: 'sunhelp at sunhelp.org'
Objet: [SunHELP] Ftp connection refused!
Hi friends;=20
When i try to ftp, i took this error message below. Do u have any
idea about that?=20
thx and regards.=20
dEVRim.gA=20
*----------------------------------------------------------=20
telnet 192.168.71.2 21=20
220 ixirweb1 FTP server ( ) ready.=20
USER pompeyi=20
331 Password required for fcelik.=20
PASS ***********=20
230 User pompeyi logged in.=20
SYST=20
215 UNIX Type: L8 Version: SUNOS=20
Connect ok!=20
PWD=20
257 "/export/home/pompeyi" is current directory.=20
Get directory=20
TYPE A=20
200 Type set to A.=20
PORT 192,168,8,101,14,18=20
200 PORT command successful.=20
LIST=20
425 Can't build data connection: Connection refused.=20
=09
More information about the SunHELP
mailing list