Hi, i can't seem to see where the problem is from.
With v1.2 i have no problem, but with v2.1 i can't list.
With the same settings.
I'm on a local network with shared internet acces NAT/ENS with firewall.
Server/router IP is 192.168.0.1
mine is 192.168.0.2
Any other FTP software and flashFXP v1.2 will connect normaly and list the content in PASVmode :
Code:
WinSock 2.0
Connecting to ftp.***.org
Connected to 195.137.***.***:21
220 WinGate Engine FTP Gateway ready
USER ****
331 Utilisateur **** OK. Veuillez taper votre mot de passe
PASS (hidden)
230-La bande-passante est soumise a des quotas
230-L'utilisateur artvisconti a un acces de groupe sur: payant
230-OK. Le repertoire restreint courant est /
230 20532 Ko utilises (20%) - autorises : 102400 Ko
SYST
215 UNIX Type: L8
REST 100
350 Recommence a 100. Mais en mode ASCII
REST 0
350 Recommence a 0
PWD
257 "/" est votre position actuelle
TYPE A
200 TYPE est maintenant ASCII
PASV
227 Entering passive mode (192,168,0,1,6,77)
LIST
150 Connexion de donnees acceptee
226-Options: -a -l
But with FlashFXP v2.1 i get a list error:
Code:
WinSock 2.0
Connected to ftp.***.org -> IP=195.137.***.*** PORT=21
220 WinGate Engine FTP Gateway ready
USER ****
331 Utilisateur **** OK. Veuillez taper votre mot de passe
PASS (hidden)
230-La bande-passante est soumise a des quotas
230-L'utilisateur barlier a un acces de groupe sur: payant
230-OK. Le repertoire restreint courant est /
230 15467 Ko utilises (15%) - autorises : 102400 Ko
SYST
215 UNIX Type: L8
REST 100
350 Recommence a 100. Mais en mode ASCII
REST 0
350 Recommence a 0
CWD /www
250 OK. Le repertoire courant est /www
PWD
257 "/www" est votre position actuelle
TYPE A
200 TYPE est maintenant ASCII
PASV
227 Entering passive mode (192,168,0,1,6,220)
Data Socket Error: Connection refused
List Error
Can any one tell me where the problme comes from ?
It's realy boring...
Thanks