faison

Active Member
Apr 17, 2005
34
0
156
Hi there
I ve a bpm with ftp
so.

When i login in FTP

Code:
Response:	220---------- Welcome to Pure-FTPd [TLS] ----------
Response:	220-You are user number 1 of 50 allowed.
Response:	220-Local time is now 02:03. Server port: 21.
Response:	220-IPv6 connections are also welcome on this server.
Response:	220 You will be disconnected after 15 minutes of inactivity.
Command:	USER sn
Response:	331 User sn OK. Password required
Command:	PASS *****************
Response:	230-User sn has group access to:  sn      
Response:	230 OK. Current restricted directory is /
Command:	FEAT
Response:	211-Extensions supported:
Response:	 EPRT
Response:	 IDLE
Response:	 MDTM
Response:	 SIZE
Response:	 REST STREAM
Response:	 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response:	 MLSD
Response:	 ESTP
Response:	 PASV
Response:	 EPSV
Response:	 SPSV
Response:	 ESTA
Response:	 AUTH TLS
Response:	 PBSZ
Response:	 PROT
Response:	211 End.
Command:	SYST
Response:	215 UNIX Type: L8
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is your current location
Command:	TYPE A
Response:	200 TYPE is now ASCII
Command:	PASV
Response:	227 Entering Passive Mode (61,47,10,199,149,221)
Command:	LIST
After that

Nothing passed

I got this msg

Code:
Error:	Transfer channel can't be opened. Reason: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Error:	Could not retrieve directory listing
Command:	REST 0


But

I can ftp with CuteFTP 8.0