425 Can't open data connection

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
lijepdan131
500 Command not understood
Posts: 5
Joined: 2013-03-21 09:35
First name: lijep
Last name: dan

425 Can't open data connection

#1 Post by lijepdan131 » 2013-03-21 09:43

Hi guys!!!

I have to do some java program where I have to write my own class for loging on the ftp server and sending some classes. I can't use some existing libraries like apache. I managed to log on server using username and password and now i need to receive some files. I have filezilla server on my computer and also my aplication is running on my computer so I don't need to go on internet for this. But when I try to receive file with command
retr /a.txt
server sends me message:
425 Can't open data connection.

Anybody have an idea what I should do?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: 425 Can't open data connection

#2 Post by botg » 2013-03-21 22:22

Could be a lot of things. A complete log would be nice.

lijepdan131
500 Command not understood
Posts: 5
Joined: 2013-03-21 09:35
First name: lijep
Last name: dan

Re: 425 Can't open data connection

#3 Post by lijepdan131 » 2013-03-22 21:36

I finished my FTP Client application!!!!!!!!

Post Reply