LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   glftpd + fxp transfer problems (https://www.linuxquestions.org/questions/linux-newbie-8/glftpd-fxp-transfer-problems-221490/)

NonSumPisces 08-23-2004 06:21 PM

glftpd + fxp transfer problems
 
One of my users is trying to fxp some files to and from my server, but no good. This is what he gets when he tries:

200 Type set to I.
PASV
227 Entering Passive Mode (213,*,*,*,20)
PORT 213,*,*,*,*,20
200 Port command successful.
STOR m-e02.r00
50 Opening data connection for m-e02.r00.
RETR m-e02.r00
425 Can't open data connection.
ABOR
226 ABOR command successful.
Transfer Failed!
TYPE A
200 Type set to A.
PASV


Any ideas on how to fix it? I'm new to ftp and fxp stuff. I use glftpd.

hw-tph 08-24-2004 05:08 AM

Is the user allowed to use fxp to transfer files according to his userfile and your glftpd.conf?


Håkan

NonSumPisces 08-24-2004 11:18 AM

This is the part of the glftpd.conf about fxp:

Code:

allow_fxp        yes        yes        yes        =STAFF =fillers
allow_fxp        no        no        no        8
allow_fxp        no        yes        yes        *

The guy who fails fxp is part of STAFF.

hw-tph 08-24-2004 03:55 PM

The obvious questions: Is the other server FXP'able, is any of the servers firewalled or behind a router, and if so - are the pasv_ports set up correctly and forwarded?


Håkan

NonSumPisces 08-24-2004 04:05 PM

The other server is fxp'able, they work just fine together with the rest of the ftp ring, so I doubt it's got anything to do with them. PASV ports? Explain plz, this might be it..

niuck 01-13-2005 03:02 PM

I'm having the exact same problem.
I am not behind NAT and the other site is FXP'able. Still no luck.
This is my first time setting up glftpd so my knowledge is limited.
But i do know that FXP is on by default in glftpd.conf.

Suggestions are very welcome =)


All times are GMT -5. The time now is 08:56 AM.