Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.4k views
in Java FTP by
Are either of these possible with edtFTPj?

8 Answers

0 votes
by (161k points)
Yes (as long as you have an FTP server installed on localhost).

Are either of these possible with edtFTPj?
0 votes
by
Yes, I'm running FileZilla Server, but neither the dirDetails() nor dir() commands are working. Is this a problem with the server (I've been able to access it with other FTP clients) or on your end?
0 votes
by (161k points)
You'll need to post a log file with the level set to DEBUG.

Yes, I'm running FileZilla Server, but neither the dirDetails() nor dir() commands are working. Is this a problem with the server (I've been able to access it with other FTP clients) or on your end?
0 votes
by
Where can I find the log file?
0 votes
by
Never mind, I put the setLevel in the wrong place in my code, here it is:

DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.906 : 220 Hey there!
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.906 : ---> USER admin
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.906 : 331 Password required for admin
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.906 : ---> PASS ********
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.906 : 230 Logged on
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.937 : ---> SYST
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.937 : 215 UNIX emulated by FileZilla
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.937 : ---> PASV
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 23 Feb 2005 14:33:42.953 : 227 Entering Passive Mode (67,124,227,34,19,137)
0 votes
by
hi,

I have the same problem i think. I use FileZilla and edtftpj-1.4.9. The logfile is :

DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.179 : ---
> SYST
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : 215
 UNIX emulated by FileZilla
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : ---
> PASV
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : 227
 Entering Passive Mode (158,140,171,3,5,215)
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : ---
> LIST .
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.210 : 150
 Connection accepted
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.210 : 226
 Transfer OK
INFO [com.enterprisedt.net.ftp.FTPFileFactory] 30 mai 2005 09:39:49.210 : Failed
 to parse listing '-rw-r--r-- 1 ftp ftp        1268090 Apr 28 08:53 AllConMan_15
_1.zip': Unparseable date: "Apr-28-2005-08:53"
INFO [com.enterprisedt.net.ftp.FTPFileFactory] 30 mai 2005 09:39:49.210 : Rotate
d parser to Windows


thanks
0 votes
by
hi,

I have the same problem i think. Just dirDetails() doesn't work. I use FileZilla and edtftpj-1.4.9. The logfile is :

DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.179 : ---
> SYST
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : 215
 UNIX emulated by FileZilla
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : ---
> PASV
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : 227
 Entering Passive Mode (158,140,171,3,5,215)
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.195 : ---
> LIST .
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.210 : 150
 Connection accepted
DEBUG [com.enterprisedt.net.ftp.FTPControlSocket] 30 mai 2005 09:39:49.210 : 226
 Transfer OK
INFO [com.enterprisedt.net.ftp.FTPFileFactory] 30 mai 2005 09:39:49.210 : Failed
 to parse listing '-rw-r--r-- 1 ftp ftp        1268090 Apr 28 08:53 AllConMan_15
_1.zip': Unparseable date: "Apr-28-2005-08:53"
INFO [com.enterprisedt.net.ftp.FTPFileFactory] 30 mai 2005 09:39:49.210 : Rotate
d parser to Windows


thanks
0 votes
by
I have solve my problem by using dir() method, but it could be interrest other user maybe.

thanks for your work :)

Categories

...